Shades of Olivine #8FAC78
Tints of Olivine #8FAC78
RGB
CMYK
RGB Variations
Color information
#8FAC78 (or 0x8FAC78) is known color: Olivine. HEX triplet: 8F, AC and 78. RGB value is (143,172,120). Sum of RGB (Red+Green+Blue) = 143+172+120=435 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.87% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAC78 is #705387. Grayscale: #9D9D9D. Windows color (decimal): -7361416 or 7908495. OLE color: 7908495.
HSL color Cylindrical-coordinate representation of color #8FAC78: hue angle of 93.46º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FAC78 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 120 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.33 |
| HSL | 93.46º | 0.24% | 0.57% | - |
| HSV(B) | 93.46º | 0.3% | 0.67% | - |
| XYZ | 29.47 | 36.7 | 23.3 | - |
| YUV | 157.4 | 106.89 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 120 | 0.17 | 0 | 0.30 | 0.33 | 93.46 | 0.24 | 0.57 |
| Hex | 8F | AC | 78 | 11 | 0 | 1E | 21 | 5D | 18 | 39 |
| Octal | 217 | 254 | 170 | 21 | 0 | 36 | 41 | 135 | 30 | 71 |
| Binary | 10001111 | 10101100 | 1111000 | 10001 | 0 | 11110 | 100001 | 1011101 | 11000 | 111001 |
Color Harmonies of #8FAC78
Complementary color
Monochromatic Colors of #8FAC78
Black with #8FAC78
Text Example
Text Example
White with #8FAC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAC78; }
p { color: rgb(143,172,120); }
H1.HeaderClassName
{
color: #8FAC78;
}
.AnyTagClassName
{
color: #8FAC78;
}
</style>
background-color css
<style>
a { background-color: #8FAC78; }
a { background-color: rgb(143,172,120); }
div.DivClassName
{
background-color: #8FAC78;
}
.BgClassName
{
background-color: #8FAC78;
}
</style>
border-color css
<style>
span { border-color: #8FAC78; }
span { border-color: rgb(143,172,120); }
td.TdClassName
{
border-color: #8FAC78;
}
.TagClassName
{
border-color: #8FAC78;
}
</style>