#8EA970

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

Shades of Olivine #8EA970

Tints of Olivine #8EA970

Color information

#8EA970 (or 0x8EA970) is unknown color: approx Olivine. HEX triplet: 8E, A9 and 70. RGB value is (142,169,112). Sum of RGB (Red+Green+Blue) = 142+169+112=423 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.57% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 169 - color contains mainly: green. Hex color #8EA970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA970 is #71568F. Grayscale: #9A9A9A. Windows color (decimal): -7427728 or 7383438. OLE color: 7383438.

HSL color Cylindrical-coordinate representation of color #8EA970: hue angle of 88.42º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8EA970 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB142169112-
CMYK0.1600.340.34
HSL88.42º24.89%55.1%-
HSV(B)88.42º33.73%66.27%-
XYZ28.2735.320.65-
YUV154.43104.05119.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.57%
GREEN value IS 169 (66.41% from 255) = 39.95%
BLUE value IS 112 (44.14% from 255) = 26.48%
R=33.57%
G=39.95%
B=26.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1421691120.1600.340.3488.4224.8955.1
Hex8EA9701002222581937
Octal21625116020042421303167
Binary10001110101010011110000100000100010100010101100011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,169,112); }

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

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

 a { background-color: rgb(142,169,112); }

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

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

 span { border-color: rgb(142,169,112); }

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