#7EA80B

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

Shades of Lima #7EA80B

Tints of Lima #7EA80B

Color information

#7EA80B (or 0x7EA80B) is unknown color: approx Lima. HEX triplet: 7E, A8 and 0B. RGB value is (126,168,11). Sum of RGB (Red+Green+Blue) = 126+168+11=305 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.31% from 305); Green value is 168 (66.02% from 255 or 55.08% from 305); Blue value is 11 (4.69% from 255 or 3.61% from 305); Max value from RGB is 168 - color contains mainly: green. Hex color #7EA80B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EA80B is #8157F4. Grayscale: #8A8A8A. Windows color (decimal): -8476661 or 764030. OLE color: 764030.

HSL color Cylindrical-coordinate representation of color #7EA80B: hue angle of 76.05º degrees, saturation: 0.88, 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 #7EA80B is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB12616811-
CMYK0.2500.930.34
HSL76.05º87.71%35.1%-
HSV(B)76.05º93.45%65.88%-
XYZ22.6732.475.39-
YUV137.5456.59119.77-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.31%
GREEN value IS 168 (66.02% from 255) = 55.08%
BLUE value IS 11 (4.69% from 255) = 3.61%
R=41.31%
G=55.08%
B=3.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal126168110.2500.930.3476.0587.7135.1
Hex7EA8B1905D224c5823
Octal176250133101354211413043
Binary1111110101010001011110010101110110001010011001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA80B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,168,11); }

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

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

 a { background-color: rgb(126,168,11); }

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

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

 span { border-color: rgb(126,168,11); }

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