#7EA013

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

Shades of Lima #7EA013

Tints of Lima #7EA013

Color information

#7EA013 (or 0x7EA013) is unknown color: approx Lima. HEX triplet: 7E, A0 and 13. RGB value is (126,160,19). Sum of RGB (Red+Green+Blue) = 126+160+19=305 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.31% from 305); Green value is 160 (62.89% from 255 or 52.46% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 160 - color contains mainly: green. Hex color #7EA013 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EA013 is #815FEC. Grayscale: #868686. Windows color (decimal): -8478701 or 1286270. OLE color: 1286270.

HSL color Cylindrical-coordinate representation of color #7EA013: hue angle of 74.47º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7EA013 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB12616019-
CMYK0.2100.880.37
HSL74.47º78.77%35.1%-
HSV(B)74.47º88.13%62.75%-
XYZ21.2929.625.21-
YUV133.7663.24122.46-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.31%
GREEN value IS 160 (62.89% from 255) = 52.46%
BLUE value IS 19 (7.81% from 255) = 6.23%
R=41.31%
G=52.46%
B=6.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal126160190.2100.880.3774.4778.7735.1
Hex7EA01315058254a4f23
Octal176240232501304511211743
Binary11111101010000010011101010101100010010110010101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,160,19); }

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

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

 a { background-color: rgb(126,160,19); }

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

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

 span { border-color: rgb(126,160,19); }

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