#7EA90B

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

Shades of Lima #7EA90B

Tints of Lima #7EA90B

Color information

#7EA90B (or 0x7EA90B) is unknown color: approx Lima. HEX triplet: 7E, A9 and 0B. RGB value is (126,169,11). Sum of RGB (Red+Green+Blue) = 126+169+11=306 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.18% from 306); Green value is 169 (66.41% from 255 or 55.23% from 306); Blue value is 11 (4.69% from 255 or 3.59% from 306); Max value from RGB is 169 - color contains mainly: green. Hex color #7EA90B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EA90B is #8156F4. Grayscale: #8A8A8A. Windows color (decimal): -8476405 or 764286. OLE color: 764286.

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

Color convert

RGB12616911-
CMYK0.2500.930.34
HSL76.33º87.78%35.29%-
HSV(B)76.33º93.49%66.27%-
XYZ22.8532.845.45-
YUV138.1356.25119.35-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.18%
GREEN value IS 169 (66.41% from 255) = 55.23%
BLUE value IS 11 (4.69% from 255) = 3.59%
R=41.18%
G=55.23%
B=3.59%

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
Decimal126169110.2500.930.3476.3387.7835.29
Hex7EA9B1905D224c5823
Octal176251133101354211413043
Binary1111110101010011011110010101110110001010011001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA90B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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