#7EA315

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

Shades of Lima #7EA315

Tints of Lima #7EA315

Color information

#7EA315 (or 0x7EA315) is unknown color: approx Lima. HEX triplet: 7E, A3 and 15. RGB value is (126,163,21). Sum of RGB (Red+Green+Blue) = 126+163+21=310 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.65% from 310); Green value is 163 (64.06% from 255 or 52.58% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 163 - color contains mainly: green. Hex color #7EA315 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EA315 is #815CEA. Grayscale: #888888. Windows color (decimal): -8477931 or 1418110. OLE color: 1418110.

HSL color Cylindrical-coordinate representation of color #7EA315: hue angle of 75.63º degrees, saturation: 0.77, 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 #7EA315 is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB12616321-
CMYK0.2300.870.36
HSL75.63º77.17%36.08%-
HSV(B)75.63º87.12%63.92%-
XYZ21.8430.685.48-
YUV135.7563.24121.05-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.65%
GREEN value IS 163 (64.06% from 255) = 52.58%
BLUE value IS 21 (8.59% from 255) = 6.77%
R=40.65%
G=52.58%
B=6.77%

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
Decimal126163210.2300.870.3675.6377.1736.08
Hex7EA31517057244c4d24
Octal176243252701274411411544
Binary11111101010001110101101110101011110010010011001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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