Shades of Olivine #8FAF72
Tints of Olivine #8FAF72
RGB
CMYK
RGB Variations
Color information
#8FAF72 (or 0x8FAF72) is known color: Olivine. HEX triplet: 8F, AF and 72. RGB value is (143,175,114). Sum of RGB (Red+Green+Blue) = 143+175+114=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 175 - color contains mainly: green. Hex color #8FAF72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAF72 is #70508D. Grayscale: #9E9E9E. Windows color (decimal): -7360654 or 7516047. OLE color: 7516047.
HSL color Cylindrical-coordinate representation of color #8FAF72: hue angle of 91.48º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FAF72 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 175 | 114 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.31 |
| HSL | 91.48º | 0.28% | 0.57% | - |
| HSV(B) | 91.48º | 0.35% | 0.69% | - |
| XYZ | 29.69 | 37.71 | 21.63 | - |
| YUV | 158.48 | 102.9 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 175 | 114 | 0.18 | 0 | 0.35 | 0.31 | 91.48 | 0.28 | 0.57 |
| Hex | 8F | AF | 72 | 12 | 0 | 23 | 1F | 5B | 1C | 39 |
| Octal | 217 | 257 | 162 | 22 | 0 | 43 | 37 | 133 | 34 | 71 |
| Binary | 10001111 | 10101111 | 1110010 | 10010 | 0 | 100011 | 11111 | 1011011 | 11100 | 111001 |
Color Harmonies of #8FAF72
Complementary color
Monochromatic Colors of #8FAF72
Black with #8FAF72
Text Example
Text Example
White with #8FAF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAF72; }
p { color: rgb(143,175,114); }
H1.HeaderClassName
{
color: #8FAF72;
}
.AnyTagClassName
{
color: #8FAF72;
}
</style>
background-color css
<style>
a { background-color: #8FAF72; }
a { background-color: rgb(143,175,114); }
div.DivClassName
{
background-color: #8FAF72;
}
.BgClassName
{
background-color: #8FAF72;
}
</style>
border-color css
<style>
span { border-color: #8FAF72; }
span { border-color: rgb(143,175,114); }
td.TdClassName
{
border-color: #8FAF72;
}
.TagClassName
{
border-color: #8FAF72;
}
</style>