Shades of Olivine #8FAB73
Tints of Olivine #8FAB73
RGB
CMYK
RGB Variations
Color information
#8FAB73 (or 0x8FAB73) is known color: Olivine. HEX triplet: 8F, AB and 73. RGB value is (143,171,115). Sum of RGB (Red+Green+Blue) = 143+171+115=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 171 - color contains mainly: green. Hex color #8FAB73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAB73 is #70548C. Grayscale: #9C9C9C. Windows color (decimal): -7361677 or 7580559. OLE color: 7580559.
HSL color Cylindrical-coordinate representation of color #8FAB73: hue angle of 90º 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 #8FAB73 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 171 | 115 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.33 |
| HSL | 90º | 0.25% | 0.56% | - |
| HSV(B) | 90º | 0.33% | 0.67% | - |
| XYZ | 28.99 | 36.2 | 21.68 | - |
| YUV | 156.24 | 104.72 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 171 | 115 | 0.16 | 0 | 0.33 | 0.33 | 90 | 0.25 | 0.56 |
| Hex | 8F | AB | 73 | 10 | 0 | 21 | 21 | 5A | 19 | 38 |
| Octal | 217 | 253 | 163 | 20 | 0 | 41 | 41 | 132 | 31 | 70 |
| Binary | 10001111 | 10101011 | 1110011 | 10000 | 0 | 100001 | 100001 | 1011010 | 11001 | 111000 |
Color Harmonies of #8FAB73
Complementary color
Monochromatic Colors of #8FAB73
Black with #8FAB73
Text Example
Text Example
White with #8FAB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAB73; }
p { color: rgb(143,171,115); }
H1.HeaderClassName
{
color: #8FAB73;
}
.AnyTagClassName
{
color: #8FAB73;
}
</style>
background-color css
<style>
a { background-color: #8FAB73; }
a { background-color: rgb(143,171,115); }
div.DivClassName
{
background-color: #8FAB73;
}
.BgClassName
{
background-color: #8FAB73;
}
</style>
border-color css
<style>
span { border-color: #8FAB73; }
span { border-color: rgb(143,171,115); }
td.TdClassName
{
border-color: #8FAB73;
}
.TagClassName
{
border-color: #8FAB73;
}
</style>