Shades of Olivine #8DBA6B
Tints of Olivine #8DBA6B
RGB
CMYK
RGB Variations
Color information
#8DBA6B (or 0x8DBA6B) is known color: Olivine. HEX triplet: 8D, BA and 6B. RGB value is (141,186,107). Sum of RGB (Red+Green+Blue) = 141+186+107=434 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.49% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 107 (42.19% from 255 or 24.65% from 434); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBA6B is #724594. Grayscale: #A3A3A3. Windows color (decimal): -7488917 or 7060109. OLE color: 7060109.
HSL color Cylindrical-coordinate representation of color #8DBA6B: hue angle of 94.18º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DBA6B is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 186 | 107 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.27 |
| HSL | 94.18º | 0.36% | 0.57% | - |
| HSV(B) | 94.18º | 0.42% | 0.73% | - |
| XYZ | 31.2 | 41.84 | 20.34 | - |
| YUV | 163.54 | 96.09 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 186 | 107 | 0.24 | 0 | 0.42 | 0.27 | 94.18 | 0.36 | 0.57 |
| Hex | 8D | BA | 6B | 18 | 0 | 2A | 1B | 5E | 24 | 39 |
| Octal | 215 | 272 | 153 | 30 | 0 | 52 | 33 | 136 | 44 | 71 |
| Binary | 10001101 | 10111010 | 1101011 | 11000 | 0 | 101010 | 11011 | 1011110 | 100100 | 111001 |
Color Harmonies of #8DBA6B
Complementary color
Monochromatic Colors of #8DBA6B
Black with #8DBA6B
Text Example
Text Example
White with #8DBA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBA6B; }
p { color: rgb(141,186,107); }
H1.HeaderClassName
{
color: #8DBA6B;
}
.AnyTagClassName
{
color: #8DBA6B;
}
</style>
background-color css
<style>
a { background-color: #8DBA6B; }
a { background-color: rgb(141,186,107); }
div.DivClassName
{
background-color: #8DBA6B;
}
.BgClassName
{
background-color: #8DBA6B;
}
</style>
border-color css
<style>
span { border-color: #8DBA6B; }
span { border-color: rgb(141,186,107); }
td.TdClassName
{
border-color: #8DBA6B;
}
.TagClassName
{
border-color: #8DBA6B;
}
</style>