Shades of Olivine #8FA777
Tints of Olivine #8FA777
RGB
CMYK
RGB Variations
Color information
#8FA777 (or 0x8FA777) is known color: Olivine. HEX triplet: 8F, A7 and 77. RGB value is (143,167,119). Sum of RGB (Red+Green+Blue) = 143+167+119=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 119 (46.88% from 255 or 27.74% from 429); Max value from RGB is 167 - color contains mainly: green. Hex color #8FA777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA777 is #705888. Grayscale: #9A9A9A. Windows color (decimal): -7362697 or 7841679. OLE color: 7841679.
HSL color Cylindrical-coordinate representation of color #8FA777: hue angle of 90º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FA777 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 143 | 167 | 119 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.35 |
| HSL | 90º | 0.21% | 0.56% | - |
| HSV(B) | 90º | 0.29% | 0.65% | - |
| XYZ | 28.48 | 34.81 | 22.67 | - |
| YUV | 154.35 | 108.05 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 167 | 119 | 0.14 | 0 | 0.29 | 0.35 | 90 | 0.21 | 0.56 |
| Hex | 8F | A7 | 77 | E | 0 | 1D | 23 | 5A | 15 | 38 |
| Octal | 217 | 247 | 167 | 16 | 0 | 35 | 43 | 132 | 25 | 70 |
| Binary | 10001111 | 10100111 | 1110111 | 1110 | 0 | 11101 | 100011 | 1011010 | 10101 | 111000 |
Color Harmonies of #8FA777
Complementary color
Monochromatic Colors of #8FA777
Black with #8FA777
Text Example
Text Example
White with #8FA777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA777; }
p { color: rgb(143,167,119); }
H1.HeaderClassName
{
color: #8FA777;
}
.AnyTagClassName
{
color: #8FA777;
}
</style>
background-color css
<style>
a { background-color: #8FA777; }
a { background-color: rgb(143,167,119); }
div.DivClassName
{
background-color: #8FA777;
}
.BgClassName
{
background-color: #8FA777;
}
</style>
border-color css
<style>
span { border-color: #8FA777; }
span { border-color: rgb(143,167,119); }
td.TdClassName
{
border-color: #8FA777;
}
.TagClassName
{
border-color: #8FA777;
}
</style>