Shades of Olivine #8DBD6C
Tints of Olivine #8DBD6C
RGB
CMYK
RGB Variations
Color information
#8DBD6C (or 0x8DBD6C) is known color: Olivine. HEX triplet: 8D, BD and 6C. RGB value is (141,189,108). Sum of RGB (Red+Green+Blue) = 141+189+108=438 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.19% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 108 (42.58% from 255 or 24.66% from 438); Max value from RGB is 189 - color contains mainly: green. Hex color #8DBD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBD6C is #724293. Grayscale: #A5A5A5. Windows color (decimal): -7488148 or 7126413. OLE color: 7126413.
HSL color Cylindrical-coordinate representation of color #8DBD6C: hue angle of 95.56º 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 #8DBD6C is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 189 | 108 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.26 |
| HSL | 95.56º | 0.38% | 0.58% | - |
| HSV(B) | 95.56º | 0.43% | 0.74% | - |
| XYZ | 31.89 | 43.14 | 20.83 | - |
| YUV | 165.41 | 95.6 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 108 | 0.25 | 0 | 0.43 | 0.26 | 95.56 | 0.38 | 0.58 |
| Hex | 8D | BD | 6C | 19 | 0 | 2B | 1A | 60 | 26 | 3A |
| Octal | 215 | 275 | 154 | 31 | 0 | 53 | 32 | 140 | 46 | 72 |
| Binary | 10001101 | 10111101 | 1101100 | 11001 | 0 | 101011 | 11010 | 1100000 | 100110 | 111010 |
Color Harmonies of #8DBD6C
Complementary color
Monochromatic Colors of #8DBD6C
Black with #8DBD6C
Text Example
Text Example
White with #8DBD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBD6C; }
p { color: rgb(141,189,108); }
H1.HeaderClassName
{
color: #8DBD6C;
}
.AnyTagClassName
{
color: #8DBD6C;
}
</style>
background-color css
<style>
a { background-color: #8DBD6C; }
a { background-color: rgb(141,189,108); }
div.DivClassName
{
background-color: #8DBD6C;
}
.BgClassName
{
background-color: #8DBD6C;
}
</style>
border-color css
<style>
span { border-color: #8DBD6C; }
span { border-color: rgb(141,189,108); }
td.TdClassName
{
border-color: #8DBD6C;
}
.TagClassName
{
border-color: #8DBD6C;
}
</style>