#8EA978

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

Shades of Olivine #8EA978

Tints of Olivine #8EA978

Color information

#8EA978 (or 0x8EA978) is unknown color: approx Olivine. HEX triplet: 8E, A9 and 78. RGB value is (142,169,120). Sum of RGB (Red+Green+Blue) = 142+169+120=431 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.95% from 431); Green value is 169 (66.41% from 255 or 39.21% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 169 - color contains mainly: green. Hex color #8EA978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA978 is #715687. Grayscale: #9B9B9B. Windows color (decimal): -7427720 or 7907726. OLE color: 7907726.

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

Color convert

RGB142169120-
CMYK0.1600.290.34
HSL93.06º22.17%56.67%-
HSV(B)93.06º28.99%66.27%-
XYZ28.7335.4823.1-
YUV155.34108.05118.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.95%
GREEN value IS 169 (66.41% from 255) = 39.21%
BLUE value IS 120 (47.27% from 255) = 27.84%
R=32.95%
G=39.21%
B=27.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1421691200.1600.290.3493.0622.1756.67
Hex8EA9781001D225d1639
Octal21625117020035421352671
Binary1000111010101001111100010000011101100010101110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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