Shades of Olivine #8FAB77
Tints of Olivine #8FAB77
RGB
CMYK
RGB Variations
Color information
#8FAB77 (or 0x8FAB77) is known color: Olivine. HEX triplet: 8F, AB and 77. RGB value is (143,171,119). Sum of RGB (Red+Green+Blue) = 143+171+119=433 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.03% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 171 - color contains mainly: green. Hex color #8FAB77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAB77 is #705488. Grayscale: #9C9C9C. Windows color (decimal): -7361673 or 7842703. OLE color: 7842703.
HSL color Cylindrical-coordinate representation of color #8FAB77: hue angle of 92.31º 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 #8FAB77 is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 171 | 119 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.33 |
| HSL | 92.31º | 0.24% | 0.57% | - |
| HSV(B) | 92.31º | 0.3% | 0.67% | - |
| XYZ | 29.22 | 36.3 | 22.92 | - |
| YUV | 156.7 | 106.72 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 171 | 119 | 0.16 | 0 | 0.30 | 0.33 | 92.31 | 0.24 | 0.57 |
| Hex | 8F | AB | 77 | 10 | 0 | 1E | 21 | 5C | 18 | 39 |
| Octal | 217 | 253 | 167 | 20 | 0 | 36 | 41 | 134 | 30 | 71 |
| Binary | 10001111 | 10101011 | 1110111 | 10000 | 0 | 11110 | 100001 | 1011100 | 11000 | 111001 |
Color Harmonies of #8FAB77
Complementary color
Monochromatic Colors of #8FAB77
Black with #8FAB77
Text Example
Text Example
White with #8FAB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAB77; }
p { color: rgb(143,171,119); }
H1.HeaderClassName
{
color: #8FAB77;
}
.AnyTagClassName
{
color: #8FAB77;
}
</style>
background-color css
<style>
a { background-color: #8FAB77; }
a { background-color: rgb(143,171,119); }
div.DivClassName
{
background-color: #8FAB77;
}
.BgClassName
{
background-color: #8FAB77;
}
</style>
border-color css
<style>
span { border-color: #8FAB77; }
span { border-color: rgb(143,171,119); }
td.TdClassName
{
border-color: #8FAB77;
}
.TagClassName
{
border-color: #8FAB77;
}
</style>