Shades of Olivine #8FAA73
Tints of Olivine #8FAA73
RGB
CMYK
RGB Variations
Color information
#8FAA73 (or 0x8FAA73) is known color: Olivine. HEX triplet: 8F, AA and 73. RGB value is (143,170,115). Sum of RGB (Red+Green+Blue) = 143+170+115=428 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.41% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAA73 is #70558C. Grayscale: #9B9B9B. Windows color (decimal): -7361933 or 7580303. OLE color: 7580303.
HSL color Cylindrical-coordinate representation of color #8FAA73: hue angle of 89.45º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8FAA73 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 170 | 115 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.33 |
| HSL | 89.45º | 0.24% | 0.56% | - |
| HSV(B) | 89.45º | 0.32% | 0.67% | - |
| XYZ | 28.8 | 35.83 | 21.62 | - |
| YUV | 155.66 | 105.05 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 115 | 0.16 | 0 | 0.32 | 0.33 | 89.45 | 0.24 | 0.56 |
| Hex | 8F | AA | 73 | 10 | 0 | 20 | 21 | 59 | 18 | 38 |
| Octal | 217 | 252 | 163 | 20 | 0 | 40 | 41 | 131 | 30 | 70 |
| Binary | 10001111 | 10101010 | 1110011 | 10000 | 0 | 100000 | 100001 | 1011001 | 11000 | 111000 |
Color Harmonies of #8FAA73
Complementary color
Monochromatic Colors of #8FAA73
Black with #8FAA73
Text Example
Text Example
White with #8FAA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAA73; }
p { color: rgb(143,170,115); }
H1.HeaderClassName
{
color: #8FAA73;
}
.AnyTagClassName
{
color: #8FAA73;
}
</style>
background-color css
<style>
a { background-color: #8FAA73; }
a { background-color: rgb(143,170,115); }
div.DivClassName
{
background-color: #8FAA73;
}
.BgClassName
{
background-color: #8FAA73;
}
</style>
border-color css
<style>
span { border-color: #8FAA73; }
span { border-color: rgb(143,170,115); }
td.TdClassName
{
border-color: #8FAA73;
}
.TagClassName
{
border-color: #8FAA73;
}
</style>