COLOR #7CA601

HEX: #7CA601
RGB: (124,166,1)

Renk bilgisi

#7CA601 contains mainly red and green colors. #7CA601 ‘ nin web güvenlik rengi #669900 (ya da #690) dir.

RGB renk modeli

#7CA601 color RGB value is (124,166,1).

  • kırmız ton 124;
  • yeşil ton 166;
  • mavi ton 1.
RGB:
(124,166,1)
(49%,65%,0%)

RGB bağlantıları ve doygunluk

R 124 of 255 = 49%
G 166 of 255 = 65%
B 1 of 255 = 0%

124
166
1

R + G + B ~ 38%. #7CA601 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
124 + 166 + 1 = 291 (100%)
R 124 of 291 ~ 42.61%
G 166 of 291 ~ 57.04%
B 1 of 291 ~ 0.34%

%42.61
%57.04

CMYK RENK MODELİ

#7CA601 rengi CMYK tonu (25,0,99,35).

  • camgöbeği tonu 25.30%
  • eflatun tonu 0.00%
  • sarı tonu 99.40%
  • ana renk tonu 34.90%
CMYK:
(25,0,99,35)
C25M0Y99K35 
(25%,0%,99%,35%)
(0.25/0.00/0.99/0.35)	

CMYK yüzdeleri

%25.3
%0
%99.4
%34.9

Codes

Color #7CA601 in popluar color models

7CA601
RGB1241661
HSL75°98.80%32.75%
HSB/HSV75°99.40%65.10%
CMYK25.30%0.00%99.40%
34.90%

Color #7CA601 in popluar number systems.

HEX7CA601
Decimal1241661
Binary1111100101001101
Octal1742461

Shades and tints

Shades of #7CA601

#7CA601
(124,166,1)
#719701
(113,151,1)
#668801
(102,136,1)
#5B7901
(91,121,1)
#506A01
(80,106,1)
#455B01
(69,91,1)
#3A4C01
(58,76,1)
#2F3D01
(47,61,1)
#242E01
(36,46,1)
#191F01
(25,31,1)
#0E1001
(14,16,1)
#000000
(0,0,0)

Tints of #7CA601

#7CA601
(124,166,1)
#87AE18
(135,174,24)
#92B62F
(146,182,47)
#9DBE46
(157,190,70)
#A8C65D
(168,198,93)
#B3CE74
(179,206,116)
#BED68B
(190,214,139)
#C9DEA2
(201,222,162)
#D4E6B9
(212,230,185)
#DFEED0
(223,238,208)
#EAF6E7
(234,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CA601 color. Also use rgb(124,166,1) instead hex code.

Text Font Color

.myTextColor { color: #7CA601; }

<p style="color:#7CA601">This sample text font color is #7CA601.</p>

This text font color is #7CA601.


Background Color

.myBgColor { background-color: #7CA601; }

<div style="background-color:#7CA601">Inner text</div>

This div background color is #7CA601.


Border color

.myBorderColor { border: 1px solid #7CA601; }

<div style="border:3px solid #7CA601">Div</div>

This div border color is #7CA601.


Opacity

.myOpacity80 { color: #7CA601; opacity: 0.8; }

<p style="color:#7CA601;opacity:0.8;">80%</p>

Text with #7CA601 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7CA601;}

<p style="text-shadow: 3px 3px 1px #7CA601">Text here.</p>

This text has shadow with #7CA601 color.

.textShadow {text-shadow: 3px 3px 1px #7CA601, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7CA601, 5px 5px 20px red">Text here.</p>

This text has shadow with #7CA601 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7CA601, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7CA601, Direction=45, Strength=4)">Text</p>

This text has shadow with #7CA601 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #7CA601;
  -webkit-box-shadow:	1px 1px 3px 2px #7CA601;
  box-shadow:		1px 1px 3px 2px #7CA601;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7CA601;
-webkit-box-shadow: 1px 1px 3px 2px #7CA601;
box-shadow:1px 1px 3px 2px #7CA601;">
Div content here</div>
This div box has shadow with color #7CA601.

Preview

Color preview on black background

This text has color #7CA601 on black background.


Color preview on white background

This text has color #7CA601 on white background.



Black color preview on #7CA601 background

This text has black color on #7CA601 background.


White color preview on #7CA601 background

This text has white color on #7CA601 background.