Shades of Olivine #8DB56D
Tints of Olivine #8DB56D
RGB
CMYK
RGB Variations
Color information
#8DB56D (or 0x8DB56D) is known color: Olivine. HEX triplet: 8D, B5 and 6D. RGB value is (141,181,109). Sum of RGB (Red+Green+Blue) = 141+181+109=431 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.71% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB56D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB56D is #724A92. Grayscale: #A1A1A1. Windows color (decimal): -7490195 or 7189901. OLE color: 7189901.
HSL color Cylindrical-coordinate representation of color #8DB56D: hue angle of 93.33º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DB56D is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 181 | 109 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.29 |
| HSL | 93.33º | 0.33% | 0.57% | - |
| HSV(B) | 93.33º | 0.4% | 0.71% | - |
| XYZ | 30.27 | 39.81 | 20.56 | - |
| YUV | 160.83 | 98.75 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 181 | 109 | 0.22 | 0 | 0.40 | 0.29 | 93.33 | 0.33 | 0.57 |
| Hex | 8D | B5 | 6D | 16 | 0 | 28 | 1D | 5D | 21 | 39 |
| Octal | 215 | 265 | 155 | 26 | 0 | 50 | 35 | 135 | 41 | 71 |
| Binary | 10001101 | 10110101 | 1101101 | 10110 | 0 | 101000 | 11101 | 1011101 | 100001 | 111001 |
Color Harmonies of #8DB56D
Complementary color
Monochromatic Colors of #8DB56D
Black with #8DB56D
Text Example
Text Example
White with #8DB56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB56D; }
p { color: rgb(141,181,109); }
H1.HeaderClassName
{
color: #8DB56D;
}
.AnyTagClassName
{
color: #8DB56D;
}
</style>
background-color css
<style>
a { background-color: #8DB56D; }
a { background-color: rgb(141,181,109); }
div.DivClassName
{
background-color: #8DB56D;
}
.BgClassName
{
background-color: #8DB56D;
}
</style>
border-color css
<style>
span { border-color: #8DB56D; }
span { border-color: rgb(141,181,109); }
td.TdClassName
{
border-color: #8DB56D;
}
.TagClassName
{
border-color: #8DB56D;
}
</style>