Shades of Olivine #8DB96A
Tints of Olivine #8DB96A
RGB
CMYK
RGB Variations
Color information
#8DB96A (or 0x8DB96A) is known color: Olivine. HEX triplet: 8D, B9 and 6A. RGB value is (141,185,106). Sum of RGB (Red+Green+Blue) = 141+185+106=432 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.64% from 432); Green value is 185 (72.66% from 255 or 42.82% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB96A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB96A is #724695. Grayscale: #A3A3A3. Windows color (decimal): -7489174 or 6994317. OLE color: 6994317.
HSL color Cylindrical-coordinate representation of color #8DB96A: hue angle of 93.42º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DB96A is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 185 | 106 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.27 |
| HSL | 93.42º | 0.36% | 0.57% | - |
| HSV(B) | 93.42º | 0.43% | 0.73% | - |
| XYZ | 30.93 | 41.4 | 20 | - |
| YUV | 162.84 | 95.92 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 185 | 106 | 0.24 | 0 | 0.43 | 0.27 | 93.42 | 0.36 | 0.57 |
| Hex | 8D | B9 | 6A | 18 | 0 | 2B | 1B | 5D | 24 | 39 |
| Octal | 215 | 271 | 152 | 30 | 0 | 53 | 33 | 135 | 44 | 71 |
| Binary | 10001101 | 10111001 | 1101010 | 11000 | 0 | 101011 | 11011 | 1011101 | 100100 | 111001 |
Color Harmonies of #8DB96A
Complementary color
Monochromatic Colors of #8DB96A
Black with #8DB96A
Text Example
Text Example
White with #8DB96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB96A; }
p { color: rgb(141,185,106); }
H1.HeaderClassName
{
color: #8DB96A;
}
.AnyTagClassName
{
color: #8DB96A;
}
</style>
background-color css
<style>
a { background-color: #8DB96A; }
a { background-color: rgb(141,185,106); }
div.DivClassName
{
background-color: #8DB96A;
}
.BgClassName
{
background-color: #8DB96A;
}
</style>
border-color css
<style>
span { border-color: #8DB96A; }
span { border-color: rgb(141,185,106); }
td.TdClassName
{
border-color: #8DB96A;
}
.TagClassName
{
border-color: #8DB96A;
}
</style>