Shades of Olivine #8FAA76
Tints of Olivine #8FAA76
RGB
CMYK
RGB Variations
Color information
#8FAA76 (or 0x8FAA76) is known color: 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
| RGB | 143 | 170 | 118 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.33 |
| HSL | 91.15º | 0.23% | 0.56% | - |
| HSV(B) | 91.15º | 0.31% | 0.67% | - |
| XYZ | 28.97 | 35.9 | 22.54 | - |
| YUV | 156 | 106.55 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 118 | 0.16 | 0 | 0.31 | 0.33 | 91.15 | 0.23 | 0.56 |
| Hex | 8F | AA | 76 | 10 | 0 | 1F | 21 | 5B | 17 | 38 |
| Octal | 217 | 252 | 166 | 20 | 0 | 37 | 41 | 133 | 27 | 70 |
| Binary | 10001111 | 10101010 | 1110110 | 10000 | 0 | 11111 | 100001 | 1011011 | 10111 | 111000 |
Color Harmonies of #8FAA76
Complementary color
Monochromatic Colors of #8FAA76
Black with #8FAA76
Text Example
Text Example
White with #8FAA76
Text Example
Text Example
HTML Codes & Css Web 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>