Shades of Olivine #8FAA7A
Tints of Olivine #8FAA7A
RGB
CMYK
RGB Variations
Color information
#8FAA7A (or 0x8FAA7A) is known color: Olivine. HEX triplet: 8F, AA and 7A. RGB value is (143,170,122). Sum of RGB (Red+Green+Blue) = 143+170+122=435 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.87% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAA7A is #705585. Grayscale: #9C9C9C. Windows color (decimal): -7361926 or 8039055. OLE color: 8039055.
HSL color Cylindrical-coordinate representation of color #8FAA7A: hue angle of 93.75º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8FAA7A is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 170 | 122 | - |
| CMYK | 0.16 | 0 | 0.28 | 0.33 |
| HSL | 93.75º | 0.22% | 0.57% | - |
| HSV(B) | 93.75º | 0.28% | 0.67% | - |
| XYZ | 29.22 | 35.99 | 23.82 | - |
| YUV | 156.46 | 108.55 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 122 | 0.16 | 0 | 0.28 | 0.33 | 93.75 | 0.22 | 0.57 |
| Hex | 8F | AA | 7A | 10 | 0 | 1C | 21 | 5E | 16 | 39 |
| Octal | 217 | 252 | 172 | 20 | 0 | 34 | 41 | 136 | 26 | 71 |
| Binary | 10001111 | 10101010 | 1111010 | 10000 | 0 | 11100 | 100001 | 1011110 | 10110 | 111001 |
Color Harmonies of #8FAA7A
Complementary color
Monochromatic Colors of #8FAA7A
Black with #8FAA7A
Text Example
Text Example
White with #8FAA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAA7A; }
p { color: rgb(143,170,122); }
H1.HeaderClassName
{
color: #8FAA7A;
}
.AnyTagClassName
{
color: #8FAA7A;
}
</style>
background-color css
<style>
a { background-color: #8FAA7A; }
a { background-color: rgb(143,170,122); }
div.DivClassName
{
background-color: #8FAA7A;
}
.BgClassName
{
background-color: #8FAA7A;
}
</style>
border-color css
<style>
span { border-color: #8FAA7A; }
span { border-color: rgb(143,170,122); }
td.TdClassName
{
border-color: #8FAA7A;
}
.TagClassName
{
border-color: #8FAA7A;
}
</style>