Shades of Olivine #8FAA7B
Tints of Olivine #8FAA7B
RGB
CMYK
RGB Variations
Color information
#8FAA7B (or 0x8FAA7B) is known color: Olivine. HEX triplet: 8F, AA and 7B. RGB value is (143,170,123). Sum of RGB (Red+Green+Blue) = 143+170+123=436 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.80% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAA7B is #705584. Grayscale: #9C9C9C. Windows color (decimal): -7361925 or 8104591. OLE color: 8104591.
HSL color Cylindrical-coordinate representation of color #8FAA7B: hue angle of 94.47º 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 #8FAA7B is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 170 | 123 | - |
| CMYK | 0.16 | 0 | 0.28 | 0.33 |
| HSL | 94.47º | 0.22% | 0.57% | - |
| HSV(B) | 94.47º | 0.28% | 0.67% | - |
| XYZ | 29.28 | 36.02 | 24.15 | - |
| YUV | 156.57 | 109.05 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 123 | 0.16 | 0 | 0.28 | 0.33 | 94.47 | 0.22 | 0.57 |
| Hex | 8F | AA | 7B | 10 | 0 | 1C | 21 | 5E | 16 | 39 |
| Octal | 217 | 252 | 173 | 20 | 0 | 34 | 41 | 136 | 26 | 71 |
| Binary | 10001111 | 10101010 | 1111011 | 10000 | 0 | 11100 | 100001 | 1011110 | 10110 | 111001 |
Color Harmonies of #8FAA7B
Complementary color
Monochromatic Colors of #8FAA7B
Black with #8FAA7B
Text Example
Text Example
White with #8FAA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAA7B; }
p { color: rgb(143,170,123); }
H1.HeaderClassName
{
color: #8FAA7B;
}
.AnyTagClassName
{
color: #8FAA7B;
}
</style>
background-color css
<style>
a { background-color: #8FAA7B; }
a { background-color: rgb(143,170,123); }
div.DivClassName
{
background-color: #8FAA7B;
}
.BgClassName
{
background-color: #8FAA7B;
}
</style>
border-color css
<style>
span { border-color: #8FAA7B; }
span { border-color: rgb(143,170,123); }
td.TdClassName
{
border-color: #8FAA7B;
}
.TagClassName
{
border-color: #8FAA7B;
}
</style>