Shades of Olivine #8FA876
Tints of Olivine #8FA876
RGB
CMYK
RGB Variations
Color information
#8FA876 (or 0x8FA876) is known color: Olivine. HEX triplet: 8F, A8 and 76. RGB value is (143,168,118). Sum of RGB (Red+Green+Blue) = 143+168+118=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 168 - color contains mainly: green. Hex color #8FA876 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA876 is #705789. Grayscale: #9A9A9A. Windows color (decimal): -7362442 or 7776399. OLE color: 7776399.
HSL color Cylindrical-coordinate representation of color #8FA876: hue angle of 90º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FA876 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 143 | 168 | 118 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.34 |
| HSL | 90º | 0.22% | 0.56% | - |
| HSV(B) | 90º | 0.3% | 0.66% | - |
| XYZ | 28.6 | 35.15 | 22.42 | - |
| YUV | 154.83 | 107.22 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 168 | 118 | 0.15 | 0 | 0.30 | 0.34 | 90 | 0.22 | 0.56 |
| Hex | 8F | A8 | 76 | F | 0 | 1E | 22 | 5A | 16 | 38 |
| Octal | 217 | 250 | 166 | 17 | 0 | 36 | 42 | 132 | 26 | 70 |
| Binary | 10001111 | 10101000 | 1110110 | 1111 | 0 | 11110 | 100010 | 1011010 | 10110 | 111000 |
Color Harmonies of #8FA876
Complementary color
Monochromatic Colors of #8FA876
Black with #8FA876
Text Example
Text Example
White with #8FA876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA876; }
p { color: rgb(143,168,118); }
H1.HeaderClassName
{
color: #8FA876;
}
.AnyTagClassName
{
color: #8FA876;
}
</style>
background-color css
<style>
a { background-color: #8FA876; }
a { background-color: rgb(143,168,118); }
div.DivClassName
{
background-color: #8FA876;
}
.BgClassName
{
background-color: #8FA876;
}
</style>
border-color css
<style>
span { border-color: #8FA876; }
span { border-color: rgb(143,168,118); }
td.TdClassName
{
border-color: #8FA876;
}
.TagClassName
{
border-color: #8FA876;
}
</style>