Shades of Olivine #8DBB6C
Tints of Olivine #8DBB6C
RGB
CMYK
RGB Variations
Color information
#8DBB6C (or 0x8DBB6C) is known color: Olivine. HEX triplet: 8D, BB and 6C. RGB value is (141,187,108). Sum of RGB (Red+Green+Blue) = 141+187+108=436 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.34% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBB6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBB6C is #724493. Grayscale: #A4A4A4. Windows color (decimal): -7488660 or 7125901. OLE color: 7125901.
HSL color Cylindrical-coordinate representation of color #8DBB6C: hue angle of 94.94º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DBB6C is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 187 | 108 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.27 |
| HSL | 94.94º | 0.37% | 0.58% | - |
| HSV(B) | 94.94º | 0.42% | 0.73% | - |
| XYZ | 31.46 | 42.29 | 20.69 | - |
| YUV | 164.24 | 96.26 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 187 | 108 | 0.25 | 0 | 0.42 | 0.27 | 94.94 | 0.37 | 0.58 |
| Hex | 8D | BB | 6C | 19 | 0 | 2A | 1B | 5F | 25 | 3A |
| Octal | 215 | 273 | 154 | 31 | 0 | 52 | 33 | 137 | 45 | 72 |
| Binary | 10001101 | 10111011 | 1101100 | 11001 | 0 | 101010 | 11011 | 1011111 | 100101 | 111010 |
Color Harmonies of #8DBB6C
Complementary color
Monochromatic Colors of #8DBB6C
Black with #8DBB6C
Text Example
Text Example
White with #8DBB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBB6C; }
p { color: rgb(141,187,108); }
H1.HeaderClassName
{
color: #8DBB6C;
}
.AnyTagClassName
{
color: #8DBB6C;
}
</style>
background-color css
<style>
a { background-color: #8DBB6C; }
a { background-color: rgb(141,187,108); }
div.DivClassName
{
background-color: #8DBB6C;
}
.BgClassName
{
background-color: #8DBB6C;
}
</style>
border-color css
<style>
span { border-color: #8DBB6C; }
span { border-color: rgb(141,187,108); }
td.TdClassName
{
border-color: #8DBB6C;
}
.TagClassName
{
border-color: #8DBB6C;
}
</style>