#8EAA76

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

Shades of Olivine #8EAA76

Tints of Olivine #8EAA76

Color information

#8EAA76 (or 0x8EAA76) is unknown color: approx Olivine. HEX triplet: 8E, AA and 76. RGB value is (142,170,118). Sum of RGB (Red+Green+Blue) = 142+170+118=430 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.02% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAA76 is #715589. Grayscale: #9B9B9B. Windows color (decimal): -7427466 or 7776910. OLE color: 7776910.

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

Color convert

RGB142170118-
CMYK0.1600.310.33
HSL92.31º23.42%56.47%-
HSV(B)92.31º30.59%66.67%-
XYZ28.835.8122.53-
YUV155.7106.72118.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.02%
GREEN value IS 170 (66.80% from 255) = 39.53%
BLUE value IS 118 (46.48% from 255) = 27.44%
R=33.02%
G=39.53%
B=27.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421701180.1600.310.3392.3123.4256.47
Hex8EAA761001F215c1738
Octal21625216620037411342770
Binary1000111010101010111011010000011111100001101110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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