Shades of Olivine #8DB96D
Tints of Olivine #8DB96D
RGB
CMYK
RGB Variations
Color information
#8DB96D (or 0x8DB96D) is known color: Olivine. HEX triplet: 8D, B9 and 6D. RGB value is (141,185,109). Sum of RGB (Red+Green+Blue) = 141+185+109=435 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.41% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB96D is #724692. Grayscale: #A3A3A3. Windows color (decimal): -7489171 or 7190925. OLE color: 7190925.
HSL color Cylindrical-coordinate representation of color #8DB96D: hue angle of 94.74º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DB96D is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 185 | 109 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.27 |
| HSL | 94.74º | 0.35% | 0.58% | - |
| HSV(B) | 94.74º | 0.41% | 0.73% | - |
| XYZ | 31.09 | 41.46 | 20.83 | - |
| YUV | 163.18 | 97.42 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 185 | 109 | 0.24 | 0 | 0.41 | 0.27 | 94.74 | 0.35 | 0.58 |
| Hex | 8D | B9 | 6D | 18 | 0 | 29 | 1B | 5F | 23 | 3A |
| Octal | 215 | 271 | 155 | 30 | 0 | 51 | 33 | 137 | 43 | 72 |
| Binary | 10001101 | 10111001 | 1101101 | 11000 | 0 | 101001 | 11011 | 1011111 | 100011 | 111010 |
Color Harmonies of #8DB96D
Complementary color
Monochromatic Colors of #8DB96D
Black with #8DB96D
Text Example
Text Example
White with #8DB96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB96D; }
p { color: rgb(141,185,109); }
H1.HeaderClassName
{
color: #8DB96D;
}
.AnyTagClassName
{
color: #8DB96D;
}
</style>
background-color css
<style>
a { background-color: #8DB96D; }
a { background-color: rgb(141,185,109); }
div.DivClassName
{
background-color: #8DB96D;
}
.BgClassName
{
background-color: #8DB96D;
}
</style>
border-color css
<style>
span { border-color: #8DB96D; }
span { border-color: rgb(141,185,109); }
td.TdClassName
{
border-color: #8DB96D;
}
.TagClassName
{
border-color: #8DB96D;
}
</style>