Shades of Olivine #8DB577
Tints of Olivine #8DB577
RGB
CMYK
RGB Variations
Color information
#8DB577 (or 0x8DB577) is known color: Olivine. HEX triplet: 8D, B5 and 77. RGB value is (141,181,119). Sum of RGB (Red+Green+Blue) = 141+181+119=441 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.97% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB577 is #724A88. Grayscale: #A2A2A2. Windows color (decimal): -7490185 or 7845261. OLE color: 7845261.
HSL color Cylindrical-coordinate representation of color #8DB577: hue angle of 98.71º 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 #8DB577 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 181 | 119 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.29 |
| HSL | 98.71º | 0.3% | 0.59% | - |
| HSV(B) | 98.71º | 0.34% | 0.71% | - |
| XYZ | 30.84 | 40.04 | 23.56 | - |
| YUV | 161.97 | 103.75 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 181 | 119 | 0.22 | 0 | 0.34 | 0.29 | 98.71 | 0.3 | 0.59 |
| Hex | 8D | B5 | 77 | 16 | 0 | 22 | 1D | 63 | 1E | 3B |
| Octal | 215 | 265 | 167 | 26 | 0 | 42 | 35 | 143 | 36 | 73 |
| Binary | 10001101 | 10110101 | 1110111 | 10110 | 0 | 100010 | 11101 | 1100011 | 11110 | 111011 |
Color Harmonies of #8DB577
Complementary color
Monochromatic Colors of #8DB577
Black with #8DB577
Text Example
Text Example
White with #8DB577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB577; }
p { color: rgb(141,181,119); }
H1.HeaderClassName
{
color: #8DB577;
}
.AnyTagClassName
{
color: #8DB577;
}
</style>
background-color css
<style>
a { background-color: #8DB577; }
a { background-color: rgb(141,181,119); }
div.DivClassName
{
background-color: #8DB577;
}
.BgClassName
{
background-color: #8DB577;
}
</style>
border-color css
<style>
span { border-color: #8DB577; }
span { border-color: rgb(141,181,119); }
td.TdClassName
{
border-color: #8DB577;
}
.TagClassName
{
border-color: #8DB577;
}
</style>