Shades of Olivine #8FAF6F
Tints of Olivine #8FAF6F
RGB
CMYK
RGB Variations
Color information
#8FAF6F (or 0x8FAF6F) is known color: Olivine. HEX triplet: 8F, AF and 6F. RGB value is (143,175,111). Sum of RGB (Red+Green+Blue) = 143+175+111=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 175 - color contains mainly: green. Hex color #8FAF6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAF6F is #705090. Grayscale: #9E9E9E. Windows color (decimal): -7360657 or 7319439. OLE color: 7319439.
HSL color Cylindrical-coordinate representation of color #8FAF6F: hue angle of 90º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8FAF6F is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 175 | 111 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.31 |
| HSL | 90º | 0.29% | 0.56% | - |
| HSV(B) | 90º | 0.37% | 0.69% | - |
| XYZ | 29.53 | 37.65 | 20.75 | - |
| YUV | 158.14 | 101.4 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 175 | 111 | 0.18 | 0 | 0.37 | 0.31 | 90 | 0.29 | 0.56 |
| Hex | 8F | AF | 6F | 12 | 0 | 25 | 1F | 5A | 1D | 38 |
| Octal | 217 | 257 | 157 | 22 | 0 | 45 | 37 | 132 | 35 | 70 |
| Binary | 10001111 | 10101111 | 1101111 | 10010 | 0 | 100101 | 11111 | 1011010 | 11101 | 111000 |
Color Harmonies of #8FAF6F
Complementary color
Monochromatic Colors of #8FAF6F
Black with #8FAF6F
Text Example
Text Example
White with #8FAF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAF6F; }
p { color: rgb(143,175,111); }
H1.HeaderClassName
{
color: #8FAF6F;
}
.AnyTagClassName
{
color: #8FAF6F;
}
</style>
background-color css
<style>
a { background-color: #8FAF6F; }
a { background-color: rgb(143,175,111); }
div.DivClassName
{
background-color: #8FAF6F;
}
.BgClassName
{
background-color: #8FAF6F;
}
</style>
border-color css
<style>
span { border-color: #8FAF6F; }
span { border-color: rgb(143,175,111); }
td.TdClassName
{
border-color: #8FAF6F;
}
.TagClassName
{
border-color: #8FAF6F;
}
</style>