#7C9E16

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

Shades of Lima #7C9E16

Tints of Lima #7C9E16

Color information

#7C9E16 (or 0x7C9E16) is unknown color: approx Lima. HEX triplet: 7C, 9E and 16. RGB value is (124,158,22). Sum of RGB (Red+Green+Blue) = 124+158+22=304 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.79% from 304); Green value is 158 (62.11% from 255 or 51.97% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 158 - color contains mainly: green. Hex color #7C9E16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C9E16 is #8361E9. Grayscale: #848484. Windows color (decimal): -8610282 or 1482364. OLE color: 1482364.

HSL color Cylindrical-coordinate representation of color #7C9E16: hue angle of 75º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7C9E16 is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB12415822-
CMYK0.2200.860.38
HSL75º75.56%35.29%-
HSV(B)75º86.08%61.96%-
XYZ20.6828.85.23-
YUV132.3365.74122.06-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.79%
GREEN value IS 158 (62.11% from 255) = 51.97%
BLUE value IS 22 (8.98% from 255) = 7.24%
R=40.79%
G=51.97%
B=7.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal124158220.2200.860.387575.5635.29
Hex7C9E1616056264b4c23
Octal174236262601264611311443
Binary11111001001111010110101100101011010011010010111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,158,22); }

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

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

 a { background-color: rgb(124,158,22); }

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

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

 span { border-color: rgb(124,158,22); }

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