#8FAA76

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

Shades of Olivine #8FAA76

Tints of Olivine #8FAA76

Color information

#8FAA76 (or 0x8FAA76) is unknown color: approx Olivine. HEX triplet: 8F, AA and 76. RGB value is (143,170,118). Sum of RGB (Red+Green+Blue) = 143+170+118=431 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.18% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAA76 is #705589. Grayscale: #9C9C9C. Windows color (decimal): -7361930 or 7776911. OLE color: 7776911.

HSL color Cylindrical-coordinate representation of color #8FAA76: hue angle of 91.15º 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 #8FAA76 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB143170118-
CMYK0.1600.310.33
HSL91.15º23.42%56.47%-
HSV(B)91.15º30.59%66.67%-
XYZ28.9735.922.54-
YUV156106.55118.73-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.18%
GREEN value IS 170 (66.80% from 255) = 39.44%
BLUE value IS 118 (46.48% from 255) = 27.38%
R=33.18%
G=39.44%
B=27.38%

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
Decimal1431701180.1600.310.3391.1523.4256.47
Hex8FAA761001F215b1738
Octal21725216620037411332770
Binary1000111110101010111011010000011111100001101101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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