Shades of Olivine #8DBC6B
Tints of Olivine #8DBC6B
RGB
CMYK
RGB Variations
Color information
#8DBC6B (or 0x8DBC6B) is known color: Olivine. HEX triplet: 8D, BC and 6B. RGB value is (141,188,107). Sum of RGB (Red+Green+Blue) = 141+188+107=436 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.34% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 107 (42.19% from 255 or 24.54% from 436); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBC6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBC6B is #724394. Grayscale: #A4A4A4. Windows color (decimal): -7488405 or 7060621. OLE color: 7060621.
HSL color Cylindrical-coordinate representation of color #8DBC6B: hue angle of 94.81º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DBC6B is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 188 | 107 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.26 |
| HSL | 94.81º | 0.38% | 0.58% | - |
| HSV(B) | 94.81º | 0.43% | 0.74% | - |
| XYZ | 31.62 | 42.69 | 20.48 | - |
| YUV | 164.71 | 95.43 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 188 | 107 | 0.25 | 0 | 0.43 | 0.26 | 94.81 | 0.38 | 0.58 |
| Hex | 8D | BC | 6B | 19 | 0 | 2B | 1A | 5F | 26 | 3A |
| Octal | 215 | 274 | 153 | 31 | 0 | 53 | 32 | 137 | 46 | 72 |
| Binary | 10001101 | 10111100 | 1101011 | 11001 | 0 | 101011 | 11010 | 1011111 | 100110 | 111010 |
Color Harmonies of #8DBC6B
Complementary color
Monochromatic Colors of #8DBC6B
Black with #8DBC6B
Text Example
Text Example
White with #8DBC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBC6B; }
p { color: rgb(141,188,107); }
H1.HeaderClassName
{
color: #8DBC6B;
}
.AnyTagClassName
{
color: #8DBC6B;
}
</style>
background-color css
<style>
a { background-color: #8DBC6B; }
a { background-color: rgb(141,188,107); }
div.DivClassName
{
background-color: #8DBC6B;
}
.BgClassName
{
background-color: #8DBC6B;
}
</style>
border-color css
<style>
span { border-color: #8DBC6B; }
span { border-color: rgb(141,188,107); }
td.TdClassName
{
border-color: #8DBC6B;
}
.TagClassName
{
border-color: #8DBC6B;
}
</style>