#8EAA72

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

Shades of Olivine #8EAA72

Tints of Olivine #8EAA72

Color information

#8EAA72 (or 0x8EAA72) is unknown color: approx Olivine. HEX triplet: 8E, AA and 72. RGB value is (142,170,114). Sum of RGB (Red+Green+Blue) = 142+170+114=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAA72 is #71558D. Grayscale: #9B9B9B. Windows color (decimal): -7427470 or 7514766. OLE color: 7514766.

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

Color convert

RGB142170114-
CMYK0.1600.330.33
HSL90º24.78%55.69%-
HSV(B)90º32.94%66.67%-
XYZ28.5735.7221.31-
YUV155.24104.72118.55-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.33%
GREEN value IS 170 (66.80% from 255) = 39.91%
BLUE value IS 114 (44.92% from 255) = 26.76%
R=33.33%
G=39.91%
B=26.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421701140.1600.330.339024.7855.69
Hex8EAA7210021215a1938
Octal21625216220041411323170
Binary10001110101010101110010100000100001100001101101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,170,114); }

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

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

 a { background-color: rgb(142,170,114); }

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

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

 span { border-color: rgb(142,170,114); }

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