Shades of Olivine #8DBD76
Tints of Olivine #8DBD76
RGB
CMYK
RGB Variations
Color information
#8DBD76 (or 0x8DBD76) is known color: Olivine. HEX triplet: 8D, BD and 76. RGB value is (141,189,118). Sum of RGB (Red+Green+Blue) = 141+189+118=448 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.47% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 189 - color contains mainly: green. Hex color #8DBD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBD76 is #724289. Grayscale: #A6A6A6. Windows color (decimal): -7488138 or 7781773. OLE color: 7781773.
HSL color Cylindrical-coordinate representation of color #8DBD76: hue angle of 100.56º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DBD76 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 189 | 118 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.26 |
| HSL | 100.56º | 0.35% | 0.6% | - |
| HSV(B) | 100.56º | 0.38% | 0.74% | - |
| XYZ | 32.45 | 43.37 | 23.8 | - |
| YUV | 166.55 | 100.6 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 118 | 0.25 | 0 | 0.38 | 0.26 | 100.56 | 0.35 | 0.6 |
| Hex | 8D | BD | 76 | 19 | 0 | 26 | 1A | 65 | 23 | 3C |
| Octal | 215 | 275 | 166 | 31 | 0 | 46 | 32 | 145 | 43 | 74 |
| Binary | 10001101 | 10111101 | 1110110 | 11001 | 0 | 100110 | 11010 | 1100101 | 100011 | 111100 |
Color Harmonies of #8DBD76
Complementary color
Monochromatic Colors of #8DBD76
Black with #8DBD76
Text Example
Text Example
White with #8DBD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBD76; }
p { color: rgb(141,189,118); }
H1.HeaderClassName
{
color: #8DBD76;
}
.AnyTagClassName
{
color: #8DBD76;
}
</style>
background-color css
<style>
a { background-color: #8DBD76; }
a { background-color: rgb(141,189,118); }
div.DivClassName
{
background-color: #8DBD76;
}
.BgClassName
{
background-color: #8DBD76;
}
</style>
border-color css
<style>
span { border-color: #8DBD76; }
span { border-color: rgb(141,189,118); }
td.TdClassName
{
border-color: #8DBD76;
}
.TagClassName
{
border-color: #8DBD76;
}
</style>