#7E9E0A

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

Shades of Lima #7E9E0A

Tints of Lima #7E9E0A

Color information

#7E9E0A (or 0x7E9E0A) is unknown color: approx Lima. HEX triplet: 7E, 9E and 0A. RGB value is (126,158,10). Sum of RGB (Red+Green+Blue) = 126+158+10=294 (38% of max value = 765). Red value is 126 (49.61% from 255 or 42.86% from 294); Green value is 158 (62.11% from 255 or 53.74% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 158 - color contains mainly: green. Hex color #7E9E0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E9E0A is #8161F5. Grayscale: #848484. Windows color (decimal): -8479222 or 695934. OLE color: 695934.

HSL color Cylindrical-coordinate representation of color #7E9E0A: hue angle of 72.97º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7E9E0A is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.

Color convert

RGB12615810-
CMYK0.2000.940.38
HSL72.97º88.1%32.94%-
HSV(B)72.97º93.67%61.96%-
XYZ20.8928.914.77-
YUV131.5659.4124.03-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 42.86%
GREEN value IS 158 (62.11% from 255) = 53.74%
BLUE value IS 10 (4.30% from 255) = 3.40%
R=42.86%
G=53.74%
B=3.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal126158100.2000.940.3872.9788.132.94
Hex7E9EA1405E26495821
Octal176236122401364611113041
Binary1111110100111101010101000101111010011010010011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,158,10); }

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

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

 a { background-color: rgb(126,158,10); }

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

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

 span { border-color: rgb(126,158,10); }

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