#7EA015

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

Shades of Lima #7EA015

Tints of Lima #7EA015

Color information

#7EA015 (or 0x7EA015) is unknown color: approx Lima. HEX triplet: 7E, A0 and 15. RGB value is (126,160,21). Sum of RGB (Red+Green+Blue) = 126+160+21=307 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.04% from 307); Green value is 160 (62.89% from 255 or 52.12% from 307); Blue value is 21 (8.59% from 255 or 6.84% from 307); Max value from RGB is 160 - color contains mainly: green. Hex color #7EA015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EA015 is #815FEA. Grayscale: #868686. Windows color (decimal): -8478699 or 1417342. OLE color: 1417342.

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

Color convert

RGB12616021-
CMYK0.2100.870.37
HSL74.68º76.8%35.49%-
HSV(B)74.68º86.87%62.75%-
XYZ21.3129.635.31-
YUV133.9964.24122.3-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.04%
GREEN value IS 160 (62.89% from 255) = 52.12%
BLUE value IS 21 (8.59% from 255) = 6.84%
R=41.04%
G=52.12%
B=6.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal126160210.2100.870.3774.6876.835.49
Hex7EA01515057254b4d23
Octal176240252501274511311543
Binary11111101010000010101101010101011110010110010111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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