#7EA416

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

Shades of Lima #7EA416

Tints of Lima #7EA416

Color information

#7EA416 (or 0x7EA416) is unknown color: approx Lima. HEX triplet: 7E, A4 and 16. RGB value is (126,164,22). Sum of RGB (Red+Green+Blue) = 126+164+22=312 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.38% from 312); Green value is 164 (64.45% from 255 or 52.56% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 164 - color contains mainly: green. Hex color #7EA416 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EA416 is #815BE9. Grayscale: #888888. Windows color (decimal): -8477674 or 1483902. OLE color: 1483902.

HSL color Cylindrical-coordinate representation of color #7EA416: hue angle of 76.06º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7EA416 is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB12616422-
CMYK0.2300.870.36
HSL76.06º76.34%36.47%-
HSV(B)76.06º86.59%64.31%-
XYZ22.0231.045.59-
YUV136.4563.41120.55-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.38%
GREEN value IS 164 (64.45% from 255) = 52.56%
BLUE value IS 22 (8.98% from 255) = 7.05%
R=40.38%
G=52.56%
B=7.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal126164220.2300.870.3676.0676.3436.47
Hex7EA41617057244c4c24
Octal176244262701274411411444
Binary11111101010010010110101110101011110010010011001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,164,22); }

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

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

 a { background-color: rgb(126,164,22); }

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

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

 span { border-color: rgb(126,164,22); }

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