Shades of Olivine #8DB96E
Tints of Olivine #8DB96E
RGB
CMYK
RGB Variations
Color information
#8DB96E (or 0x8DB96E) is known color: Olivine. HEX triplet: 8D, B9 and 6E. RGB value is (141,185,110). Sum of RGB (Red+Green+Blue) = 141+185+110=436 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.34% from 436); Green value is 185 (72.66% from 255 or 42.43% from 436); Blue value is 110 (43.36% from 255 or 25.23% from 436); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB96E is #724691. Grayscale: #A3A3A3. Windows color (decimal): -7489170 or 7256461. OLE color: 7256461.
HSL color Cylindrical-coordinate representation of color #8DB96E: hue angle of 95.2º 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 #8DB96E is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 185 | 110 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.27 |
| HSL | 95.2º | 0.35% | 0.58% | - |
| HSV(B) | 95.2º | 0.41% | 0.73% | - |
| XYZ | 31.15 | 41.49 | 21.12 | - |
| YUV | 163.29 | 97.92 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 185 | 110 | 0.24 | 0 | 0.41 | 0.27 | 95.2 | 0.35 | 0.58 |
| Hex | 8D | B9 | 6E | 18 | 0 | 29 | 1B | 5F | 23 | 3A |
| Octal | 215 | 271 | 156 | 30 | 0 | 51 | 33 | 137 | 43 | 72 |
| Binary | 10001101 | 10111001 | 1101110 | 11000 | 0 | 101001 | 11011 | 1011111 | 100011 | 111010 |
Color Harmonies of #8DB96E
Complementary color
Monochromatic Colors of #8DB96E
Black with #8DB96E
Text Example
Text Example
White with #8DB96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB96E; }
p { color: rgb(141,185,110); }
H1.HeaderClassName
{
color: #8DB96E;
}
.AnyTagClassName
{
color: #8DB96E;
}
</style>
background-color css
<style>
a { background-color: #8DB96E; }
a { background-color: rgb(141,185,110); }
div.DivClassName
{
background-color: #8DB96E;
}
.BgClassName
{
background-color: #8DB96E;
}
</style>
border-color css
<style>
span { border-color: #8DB96E; }
span { border-color: rgb(141,185,110); }
td.TdClassName
{
border-color: #8DB96E;
}
.TagClassName
{
border-color: #8DB96E;
}
</style>