Shades of Olivine #8FAA71
Tints of Olivine #8FAA71
RGB
CMYK
RGB Variations
Color information
#8FAA71 (or 0x8FAA71) is known color: Olivine. HEX triplet: 8F, AA and 71. RGB value is (143,170,113). Sum of RGB (Red+Green+Blue) = 143+170+113=426 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.57% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAA71 is #70558E. Grayscale: #9B9B9B. Windows color (decimal): -7361935 or 7449231. OLE color: 7449231.
HSL color Cylindrical-coordinate representation of color #8FAA71: hue angle of 88.42º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FAA71 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 170 | 113 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.33 |
| HSL | 88.42º | 0.25% | 0.55% | - |
| HSV(B) | 88.42º | 0.34% | 0.67% | - |
| XYZ | 28.68 | 35.78 | 21.02 | - |
| YUV | 155.43 | 104.05 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 113 | 0.16 | 0 | 0.34 | 0.33 | 88.42 | 0.25 | 0.55 |
| Hex | 8F | AA | 71 | 10 | 0 | 22 | 21 | 58 | 19 | 37 |
| Octal | 217 | 252 | 161 | 20 | 0 | 42 | 41 | 130 | 31 | 67 |
| Binary | 10001111 | 10101010 | 1110001 | 10000 | 0 | 100010 | 100001 | 1011000 | 11001 | 110111 |
Color Harmonies of #8FAA71
Complementary color
Monochromatic Colors of #8FAA71
Black with #8FAA71
Text Example
Text Example
White with #8FAA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAA71; }
p { color: rgb(143,170,113); }
H1.HeaderClassName
{
color: #8FAA71;
}
.AnyTagClassName
{
color: #8FAA71;
}
</style>
background-color css
<style>
a { background-color: #8FAA71; }
a { background-color: rgb(143,170,113); }
div.DivClassName
{
background-color: #8FAA71;
}
.BgClassName
{
background-color: #8FAA71;
}
</style>
border-color css
<style>
span { border-color: #8FAA71; }
span { border-color: rgb(143,170,113); }
td.TdClassName
{
border-color: #8FAA71;
}
.TagClassName
{
border-color: #8FAA71;
}
</style>