Shades of Olivine #8DBA66
Tints of Olivine #8DBA66
RGB
CMYK
RGB Variations
Color information
#8DBA66 (or 0x8DBA66) is known color: Olivine. HEX triplet: 8D, BA and 66. RGB value is (141,186,102). Sum of RGB (Red+Green+Blue) = 141+186+102=429 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.87% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 102 (40.23% from 255 or 23.78% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBA66 is #724599. Grayscale: #A3A3A3. Windows color (decimal): -7488922 or 6732429. OLE color: 6732429.
HSL color Cylindrical-coordinate representation of color #8DBA66: hue angle of 92.14º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DBA66 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 186 | 102 | - |
| CMYK | 0.24 | 0 | 0.45 | 0.27 |
| HSL | 92.14º | 0.38% | 0.56% | - |
| HSV(B) | 92.14º | 0.45% | 0.73% | - |
| XYZ | 30.94 | 41.74 | 19 | - |
| YUV | 162.97 | 93.59 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 186 | 102 | 0.24 | 0 | 0.45 | 0.27 | 92.14 | 0.38 | 0.56 |
| Hex | 8D | BA | 66 | 18 | 0 | 2D | 1B | 5C | 26 | 38 |
| Octal | 215 | 272 | 146 | 30 | 0 | 55 | 33 | 134 | 46 | 70 |
| Binary | 10001101 | 10111010 | 1100110 | 11000 | 0 | 101101 | 11011 | 1011100 | 100110 | 111000 |
Color Harmonies of #8DBA66
Complementary color
Monochromatic Colors of #8DBA66
Black with #8DBA66
Text Example
Text Example
White with #8DBA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBA66; }
p { color: rgb(141,186,102); }
H1.HeaderClassName
{
color: #8DBA66;
}
.AnyTagClassName
{
color: #8DBA66;
}
</style>
background-color css
<style>
a { background-color: #8DBA66; }
a { background-color: rgb(141,186,102); }
div.DivClassName
{
background-color: #8DBA66;
}
.BgClassName
{
background-color: #8DBA66;
}
</style>
border-color css
<style>
span { border-color: #8DBA66; }
span { border-color: rgb(141,186,102); }
td.TdClassName
{
border-color: #8DBA66;
}
.TagClassName
{
border-color: #8DBA66;
}
</style>