Shades of Olivine #8DB76D
Tints of Olivine #8DB76D
RGB
CMYK
RGB Variations
Color information
#8DB76D (or 0x8DB76D) is known color: Olivine. HEX triplet: 8D, B7 and 6D. RGB value is (141,183,109). Sum of RGB (Red+Green+Blue) = 141+183+109=433 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.56% from 433); Green value is 183 (71.88% from 255 or 42.26% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB76D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB76D is #724892. Grayscale: #A2A2A2. Windows color (decimal): -7489683 or 7190413. OLE color: 7190413.
HSL color Cylindrical-coordinate representation of color #8DB76D: hue angle of 94.05º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DB76D is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 183 | 109 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.28 |
| HSL | 94.05º | 0.34% | 0.57% | - |
| HSV(B) | 94.05º | 0.4% | 0.72% | - |
| XYZ | 30.68 | 40.63 | 20.69 | - |
| YUV | 162.01 | 98.09 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 109 | 0.23 | 0 | 0.40 | 0.28 | 94.05 | 0.34 | 0.57 |
| Hex | 8D | B7 | 6D | 17 | 0 | 28 | 1C | 5E | 22 | 39 |
| Octal | 215 | 267 | 155 | 27 | 0 | 50 | 34 | 136 | 42 | 71 |
| Binary | 10001101 | 10110111 | 1101101 | 10111 | 0 | 101000 | 11100 | 1011110 | 100010 | 111001 |
Color Harmonies of #8DB76D
Complementary color
Monochromatic Colors of #8DB76D
Black with #8DB76D
Text Example
Text Example
White with #8DB76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB76D; }
p { color: rgb(141,183,109); }
H1.HeaderClassName
{
color: #8DB76D;
}
.AnyTagClassName
{
color: #8DB76D;
}
</style>
background-color css
<style>
a { background-color: #8DB76D; }
a { background-color: rgb(141,183,109); }
div.DivClassName
{
background-color: #8DB76D;
}
.BgClassName
{
background-color: #8DB76D;
}
</style>
border-color css
<style>
span { border-color: #8DB76D; }
span { border-color: rgb(141,183,109); }
td.TdClassName
{
border-color: #8DB76D;
}
.TagClassName
{
border-color: #8DB76D;
}
</style>