Shades of Olivine #8FB577
Tints of Olivine #8FB577
RGB
CMYK
RGB Variations
Color information
#8FB577 (or 0x8FB577) is known color: Olivine. HEX triplet: 8F, B5 and 77. RGB value is (143,181,119). Sum of RGB (Red+Green+Blue) = 143+181+119=443 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.28% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 119 (46.88% from 255 or 26.86% from 443); Max value from RGB is 181 - color contains mainly: green. Hex color #8FB577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB577 is #704A88. Grayscale: #A2A2A2. Windows color (decimal): -7359113 or 7845263. OLE color: 7845263.
HSL color Cylindrical-coordinate representation of color #8FB577: hue angle of 96.77º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FB577 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 181 | 119 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.29 |
| HSL | 96.77º | 0.3% | 0.59% | - |
| HSV(B) | 96.77º | 0.34% | 0.71% | - |
| XYZ | 31.18 | 40.22 | 23.57 | - |
| YUV | 162.57 | 103.41 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 181 | 119 | 0.21 | 0 | 0.34 | 0.29 | 96.77 | 0.3 | 0.59 |
| Hex | 8F | B5 | 77 | 15 | 0 | 22 | 1D | 61 | 1E | 3B |
| Octal | 217 | 265 | 167 | 25 | 0 | 42 | 35 | 141 | 36 | 73 |
| Binary | 10001111 | 10110101 | 1110111 | 10101 | 0 | 100010 | 11101 | 1100001 | 11110 | 111011 |
Color Harmonies of #8FB577
Complementary color
Monochromatic Colors of #8FB577
Black with #8FB577
Text Example
Text Example
White with #8FB577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB577; }
p { color: rgb(143,181,119); }
H1.HeaderClassName
{
color: #8FB577;
}
.AnyTagClassName
{
color: #8FB577;
}
</style>
background-color css
<style>
a { background-color: #8FB577; }
a { background-color: rgb(143,181,119); }
div.DivClassName
{
background-color: #8FB577;
}
.BgClassName
{
background-color: #8FB577;
}
</style>
border-color css
<style>
span { border-color: #8FB577; }
span { border-color: rgb(143,181,119); }
td.TdClassName
{
border-color: #8FB577;
}
.TagClassName
{
border-color: #8FB577;
}
</style>