Shades of Olivine #8DB86D
Tints of Olivine #8DB86D
RGB
CMYK
RGB Variations
Color information
#8DB86D (or 0x8DB86D) is known color: Olivine. HEX triplet: 8D, B8 and 6D. RGB value is (141,184,109). Sum of RGB (Red+Green+Blue) = 141+184+109=434 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.49% from 434); Green value is 184 (72.27% from 255 or 42.40% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 184 - color contains mainly: green. Hex color #8DB86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB86D is #724792. Grayscale: #A2A2A2. Windows color (decimal): -7489427 or 7190669. OLE color: 7190669.
HSL color Cylindrical-coordinate representation of color #8DB86D: hue angle of 94.4º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DB86D is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 184 | 109 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.28 |
| HSL | 94.4º | 0.35% | 0.57% | - |
| HSV(B) | 94.4º | 0.41% | 0.72% | - |
| XYZ | 30.89 | 41.05 | 20.76 | - |
| YUV | 162.59 | 97.75 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 184 | 109 | 0.23 | 0 | 0.41 | 0.28 | 94.4 | 0.35 | 0.57 |
| Hex | 8D | B8 | 6D | 17 | 0 | 29 | 1C | 5E | 23 | 39 |
| Octal | 215 | 270 | 155 | 27 | 0 | 51 | 34 | 136 | 43 | 71 |
| Binary | 10001101 | 10111000 | 1101101 | 10111 | 0 | 101001 | 11100 | 1011110 | 100011 | 111001 |
Color Harmonies of #8DB86D
Complementary color
Monochromatic Colors of #8DB86D
Black with #8DB86D
Text Example
Text Example
White with #8DB86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB86D; }
p { color: rgb(141,184,109); }
H1.HeaderClassName
{
color: #8DB86D;
}
.AnyTagClassName
{
color: #8DB86D;
}
</style>
background-color css
<style>
a { background-color: #8DB86D; }
a { background-color: rgb(141,184,109); }
div.DivClassName
{
background-color: #8DB86D;
}
.BgClassName
{
background-color: #8DB86D;
}
</style>
border-color css
<style>
span { border-color: #8DB86D; }
span { border-color: rgb(141,184,109); }
td.TdClassName
{
border-color: #8DB86D;
}
.TagClassName
{
border-color: #8DB86D;
}
</style>