#8EAB78

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

Shades of Olivine #8EAB78

Tints of Olivine #8EAB78

Color information

#8EAB78 (or 0x8EAB78) is unknown color: approx Olivine. HEX triplet: 8E, AB and 78. RGB value is (142,171,120). Sum of RGB (Red+Green+Blue) = 142+171+120=433 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.79% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 120 (47.27% from 255 or 27.71% from 433); Max value from RGB is 171 - color contains mainly: green. Hex color #8EAB78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAB78 is #715487. Grayscale: #9C9C9C. Windows color (decimal): -7427208 or 7908238. OLE color: 7908238.

HSL color Cylindrical-coordinate representation of color #8EAB78: hue angle of 94.12º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EAB78 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB142171120-
CMYK0.1700.300.33
HSL94.12º23.29%57.06%-
HSV(B)94.12º29.82%67.06%-
XYZ29.1136.2323.23-
YUV156.51107.39117.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.79%
GREEN value IS 171 (67.19% from 255) = 39.49%
BLUE value IS 120 (47.27% from 255) = 27.71%
R=32.79%
G=39.49%
B=27.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421711200.1700.300.3394.1223.2957.06
Hex8EAB781101E215e1739
Octal21625317021036411362771
Binary1000111010101011111100010001011110100001101111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,171,120); }

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

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

 a { background-color: rgb(142,171,120); }

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

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

 span { border-color: rgb(142,171,120); }

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