#8EC079

Color #8EC079 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #8EC079

Tints of Olivine #8EC079

Color information

#8EC079 (or 0x8EC079) is unknown color: approx Olivine. HEX triplet: 8E, C0 and 79. RGB value is (142,192,121). Sum of RGB (Red+Green+Blue) = 142+192+121=455 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.21% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 121 (47.66% from 255 or 26.59% from 455); Max value from RGB is 192 - color contains mainly: green. Hex color #8EC079 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC079 is #713F86. Grayscale: #A9A9A9. Windows color (decimal): -7421831 or 7979150. OLE color: 7979150.

HSL color Cylindrical-coordinate representation of color #8EC079: hue angle of 102.25º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EC079 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB142192121-
CMYK0.2600.370.25
HSL102.25º36.04%61.37%-
HSV(B)102.25º36.98%75.29%-
XYZ33.4644.8324.98-
YUV168.96100.94108.77-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.21%
GREEN value IS 192 (75.39% from 255) = 42.20%
BLUE value IS 121 (47.66% from 255) = 26.59%
R=31.21%
G=42.20%
B=26.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421921210.2600.370.25102.2536.0461.37
Hex8EC0791A0251966243d
Octal21630017132045311464475
Binary10001110110000001111001110100100101110011100110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EC079; }

 p { color: rgb(142,192,121); }

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

<style>
 a { background-color: #8EC079; }

 a { background-color: rgb(142,192,121); }

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

<style>
 span { border-color: #8EC079; }

 span { border-color: rgb(142,192,121); }

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