#7EA614

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

Shades of Lima #7EA614

Tints of Lima #7EA614

Color information

#7EA614 (or 0x7EA614) is unknown color: approx Lima. HEX triplet: 7E, A6 and 14. RGB value is (126,166,20). Sum of RGB (Red+Green+Blue) = 126+166+20=312 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.38% from 312); Green value is 166 (65.23% from 255 or 53.21% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 166 - color contains mainly: green. Hex color #7EA614 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EA614 is #8159EB. Grayscale: #898989. Windows color (decimal): -8477164 or 1353342. OLE color: 1353342.

HSL color Cylindrical-coordinate representation of color #7EA614: hue angle of 76.44º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7EA614 is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB12616620-
CMYK0.2400.880.35
HSL76.44º78.49%36.47%-
HSV(B)76.44º87.95%65.1%-
XYZ22.3731.765.61-
YUV137.461.75119.87-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.38%
GREEN value IS 166 (65.23% from 255) = 53.21%
BLUE value IS 20 (8.20% from 255) = 6.41%
R=40.38%
G=53.21%
B=6.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal126166200.2400.880.3576.4478.4936.47
Hex7EA61418058234c4e24
Octal176246243001304311411644
Binary11111101010011010100110000101100010001110011001001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,166,20); }

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

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

 a { background-color: rgb(126,166,20); }

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

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

 span { border-color: rgb(126,166,20); }

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