#7ca80c

Color #7CA80C Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7CA80C

Tints of Lima #7CA80C

Color information

#7CA80C (or 0x7CA80C) is unknown color: approx Lima. HEX triplet: 7C, A8 and 0C. RGB value is (124,168,12). Sum of RGB (Red+Green+Blue) = 124+168+12=304 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.79% from 304); Green value is 168 (66.02% from 255 or 55.26% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 168 - color contains mainly: green. Hex color #7CA80C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA80C is #8357F3. Grayscale: #898989. Windows color (decimal): -8607732 or 829564. OLE color: 829564.

HSL color Cylindrical-coordinate representation of color #7CA80C: hue angle of 76.92º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7CA80C is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB12416812-
CMYK0.2600.930.34
HSL76.92º86.67%35.29%-
HSV(B)76.92º92.86%65.88%-
XYZ22.3832.325.41-
YUV137.0657.42118.68-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.79%
GREEN value IS 168 (66.02% from 255) = 55.26%
BLUE value IS 12 (5.08% from 255) = 3.95%
R=40.79%
G=55.26%
B=3.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal124168120.2600.930.3476.9286.6735.29
Hex7CA8C1A05D224d5723
Octal174250143201354211512743
Binary1111100101010001100110100101110110001010011011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ca80c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,168,12); }

 H1.HeaderClassName
 {
   color: #7ca80c;
 }
 .AnyTagClassName
 {
   color: #7ca80c;
 }
</style>
background-color css

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

 a { background-color: rgb(124,168,12); }

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

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

 span { border-color: rgb(124,168,12); }

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