Shades of Olivine #8FAC75
Tints of Olivine #8FAC75
RGB
CMYK
RGB Variations
Color information
#8FAC75 (or 0x8FAC75) is known color: Olivine. HEX triplet: 8F, AC and 75. RGB value is (143,172,117). Sum of RGB (Red+Green+Blue) = 143+172+117=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAC75 is #70538A. Grayscale: #9D9D9D. Windows color (decimal): -7361419 or 7711887. OLE color: 7711887.
HSL color Cylindrical-coordinate representation of color #8FAC75: hue angle of 91.64º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8FAC75 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 117 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.33 |
| HSL | 91.64º | 0.25% | 0.57% | - |
| HSV(B) | 91.64º | 0.32% | 0.67% | - |
| XYZ | 29.29 | 36.63 | 22.36 | - |
| YUV | 157.06 | 105.39 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 117 | 0.17 | 0 | 0.32 | 0.33 | 91.64 | 0.25 | 0.57 |
| Hex | 8F | AC | 75 | 11 | 0 | 20 | 21 | 5C | 19 | 39 |
| Octal | 217 | 254 | 165 | 21 | 0 | 40 | 41 | 134 | 31 | 71 |
| Binary | 10001111 | 10101100 | 1110101 | 10001 | 0 | 100000 | 100001 | 1011100 | 11001 | 111001 |
Color Harmonies of #8FAC75
Complementary color
Monochromatic Colors of #8FAC75
Black with #8FAC75
Text Example
Text Example
White with #8FAC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAC75; }
p { color: rgb(143,172,117); }
H1.HeaderClassName
{
color: #8FAC75;
}
.AnyTagClassName
{
color: #8FAC75;
}
</style>
background-color css
<style>
a { background-color: #8FAC75; }
a { background-color: rgb(143,172,117); }
div.DivClassName
{
background-color: #8FAC75;
}
.BgClassName
{
background-color: #8FAC75;
}
</style>
border-color css
<style>
span { border-color: #8FAC75; }
span { border-color: rgb(143,172,117); }
td.TdClassName
{
border-color: #8FAC75;
}
.TagClassName
{
border-color: #8FAC75;
}
</style>