Shades of Olivine #8FAB72
Tints of Olivine #8FAB72
RGB
CMYK
RGB Variations
Color information
#8FAB72 (or 0x8FAB72) is known color: Olivine. HEX triplet: 8F, AB and 72. RGB value is (143,171,114). Sum of RGB (Red+Green+Blue) = 143+171+114=428 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.41% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 171 - color contains mainly: green. Hex color #8FAB72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAB72 is #70548D. Grayscale: #9C9C9C. Windows color (decimal): -7361678 or 7515023. OLE color: 7515023.
HSL color Cylindrical-coordinate representation of color #8FAB72: hue angle of 89.47º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FAB72 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 171 | 114 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.33 |
| HSL | 89.47º | 0.25% | 0.56% | - |
| HSV(B) | 89.47º | 0.33% | 0.67% | - |
| XYZ | 28.93 | 36.18 | 21.38 | - |
| YUV | 156.13 | 104.22 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 171 | 114 | 0.16 | 0 | 0.33 | 0.33 | 89.47 | 0.25 | 0.56 |
| Hex | 8F | AB | 72 | 10 | 0 | 21 | 21 | 59 | 19 | 38 |
| Octal | 217 | 253 | 162 | 20 | 0 | 41 | 41 | 131 | 31 | 70 |
| Binary | 10001111 | 10101011 | 1110010 | 10000 | 0 | 100001 | 100001 | 1011001 | 11001 | 111000 |
Color Harmonies of #8FAB72
Complementary color
Monochromatic Colors of #8FAB72
Black with #8FAB72
Text Example
Text Example
White with #8FAB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAB72; }
p { color: rgb(143,171,114); }
H1.HeaderClassName
{
color: #8FAB72;
}
.AnyTagClassName
{
color: #8FAB72;
}
</style>
background-color css
<style>
a { background-color: #8FAB72; }
a { background-color: rgb(143,171,114); }
div.DivClassName
{
background-color: #8FAB72;
}
.BgClassName
{
background-color: #8FAB72;
}
</style>
border-color css
<style>
span { border-color: #8FAB72; }
span { border-color: rgb(143,171,114); }
td.TdClassName
{
border-color: #8FAB72;
}
.TagClassName
{
border-color: #8FAB72;
}
</style>