Shades of Olivine #8FA977
Tints of Olivine #8FA977
RGB
CMYK
RGB Variations
Color information
#8FA977 (or 0x8FA977) is known color: Olivine. HEX triplet: 8F, A9 and 77. RGB value is (143,169,119). Sum of RGB (Red+Green+Blue) = 143+169+119=431 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.18% from 431); Green value is 169 (66.41% from 255 or 39.21% from 431); Blue value is 119 (46.88% from 255 or 27.61% from 431); Max value from RGB is 169 - color contains mainly: green. Hex color #8FA977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA977 is #705688. Grayscale: #9B9B9B. Windows color (decimal): -7362185 or 7842191. OLE color: 7842191.
HSL color Cylindrical-coordinate representation of color #8FA977: hue angle of 91.2º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FA977 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 143 | 169 | 119 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.34 |
| HSL | 91.2º | 0.23% | 0.56% | - |
| HSV(B) | 91.2º | 0.3% | 0.66% | - |
| XYZ | 28.85 | 35.55 | 22.79 | - |
| YUV | 155.53 | 107.39 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 169 | 119 | 0.15 | 0 | 0.30 | 0.34 | 91.2 | 0.23 | 0.56 |
| Hex | 8F | A9 | 77 | F | 0 | 1E | 22 | 5B | 17 | 38 |
| Octal | 217 | 251 | 167 | 17 | 0 | 36 | 42 | 133 | 27 | 70 |
| Binary | 10001111 | 10101001 | 1110111 | 1111 | 0 | 11110 | 100010 | 1011011 | 10111 | 111000 |
Color Harmonies of #8FA977
Complementary color
Monochromatic Colors of #8FA977
Black with #8FA977
Text Example
Text Example
White with #8FA977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA977; }
p { color: rgb(143,169,119); }
H1.HeaderClassName
{
color: #8FA977;
}
.AnyTagClassName
{
color: #8FA977;
}
</style>
background-color css
<style>
a { background-color: #8FA977; }
a { background-color: rgb(143,169,119); }
div.DivClassName
{
background-color: #8FA977;
}
.BgClassName
{
background-color: #8FA977;
}
</style>
border-color css
<style>
span { border-color: #8FA977; }
span { border-color: rgb(143,169,119); }
td.TdClassName
{
border-color: #8FA977;
}
.TagClassName
{
border-color: #8FA977;
}
</style>