#8EAA73

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

Shades of Olivine #8EAA73

Tints of Olivine #8EAA73

Color information

#8EAA73 (or 0x8EAA73) is unknown color: approx Olivine. HEX triplet: 8E, AA and 73. RGB value is (142,170,115). Sum of RGB (Red+Green+Blue) = 142+170+115=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAA73 is #71558C. Grayscale: #9B9B9B. Windows color (decimal): -7427469 or 7580302. OLE color: 7580302.

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

Color convert

RGB142170115-
CMYK0.1600.320.33
HSL90.55º24.44%55.88%-
HSV(B)90.55º32.35%66.67%-
XYZ28.6235.7421.61-
YUV155.36105.22118.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.26%
GREEN value IS 170 (66.80% from 255) = 39.81%
BLUE value IS 115 (45.31% from 255) = 26.93%
R=33.26%
G=39.81%
B=26.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421701150.1600.320.3390.5524.4455.88
Hex8EAA7310020215b1838
Octal21625216320040411333070
Binary10001110101010101110011100000100000100001101101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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