Html Css Color HEX #7CA613 Lima

📋 copy color: '#7CA613'

red 124 ◦ green 166 ◦ blue 19

#7CA613
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #7CA613

Tints of Lima #7CA613

RGB

 RED value IS 124 (48.83% from 255) = 40.13%

 GREEN value IS 166 (65.23% from 255) = 53.72%

 BLUE value IS 19 (7.81% from 255) = 6.15%

R = 40.13%
G = 53.72%
B = 6.15%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.89

 K value IS 0.35

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7CA613 (or 0x7CA613) is known color: Lima. HEX triplet: 7C, A6 and 13. RGB value is (124,166,19). Sum of RGB (Red+Green+Blue) = 124+166+19=309 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.13% from 309); Green value is 166 (65.23% from 255 or 53.72% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 166 - color contains mainly: green. Hex color #7CA613 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA613 is #8359EC. Grayscale: #898989. Windows color (decimal): -8608237 or 1287804. OLE color: 1287804.

HSL color Cylindrical-coordinate representation of color #7CA613: hue angle of 77.14º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7CA613 is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 124 166 19 -
CMYK 0.25 0 0.89 0.35
HSL 77.14º 0.79% 0.36% -
HSV(B) 77.14º 0.89% 0.65% -
XYZ 22.07 31.6 5.55 -
YUV 136.68 61.59 118.95 -
System Red Green Blue C M Y K H S L
Decimal 124 166 19 0.25 0 0.89 0.35 77.14 0.79 0.36
Hex 7C A6 13 19 0 59 23 4D 4F 24
Octal 174 246 23 31 0 131 43 115 117 44
Binary 1111100 10100110 10011 11001 0 1011001 100011 1001101 1001111 100100

Color Harmonies of #7CA613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA613

Black with #7CA613

Text Example


Text Example

White with #7CA613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7CA613; }

 p { color: rgb(124,166,19); }

 H1.HeaderClassName
 {
   color: #7CA613;
 }
 .AnyTagClassName
 {
   color: #7CA613;
 }
</style>

background-color css

<style>
 a { background-color: #7CA613; }

 a { background-color: rgb(124,166,19); }

 div.DivClassName
 {
   background-color: #7CA613;
 }
 .BgClassName
 {
   background-color: #7CA613;
 }
</style>

border-color css

<style>
 span { border-color: #7CA613; }

 span { border-color: rgb(124,166,19); }

 td.TdClassName
 {
   border-color: #7CA613;
 }
 .TagClassName
 {
   border-color: #7CA613;
 }
</style>