Shades of Olivine #8DBB76
Tints of Olivine #8DBB76
RGB
CMYK
RGB Variations
Color information
#8DBB76 (or 0x8DBB76) is known color: Olivine. HEX triplet: 8D, BB and 76. RGB value is (141,187,118). Sum of RGB (Red+Green+Blue) = 141+187+118=446 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.61% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBB76 is #724489. Grayscale: #A5A5A5. Windows color (decimal): -7488650 or 7781261. OLE color: 7781261.
HSL color Cylindrical-coordinate representation of color #8DBB76: hue angle of 100º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DBB76 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 187 | 118 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.27 |
| HSL | 100º | 0.34% | 0.6% | - |
| HSV(B) | 100º | 0.37% | 0.73% | - |
| XYZ | 32.02 | 42.51 | 23.66 | - |
| YUV | 165.38 | 101.26 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 187 | 118 | 0.25 | 0 | 0.37 | 0.27 | 100 | 0.34 | 0.6 |
| Hex | 8D | BB | 76 | 19 | 0 | 25 | 1B | 64 | 22 | 3C |
| Octal | 215 | 273 | 166 | 31 | 0 | 45 | 33 | 144 | 42 | 74 |
| Binary | 10001101 | 10111011 | 1110110 | 11001 | 0 | 100101 | 11011 | 1100100 | 100010 | 111100 |
Color Harmonies of #8DBB76
Complementary color
Monochromatic Colors of #8DBB76
Black with #8DBB76
Text Example
Text Example
White with #8DBB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBB76; }
p { color: rgb(141,187,118); }
H1.HeaderClassName
{
color: #8DBB76;
}
.AnyTagClassName
{
color: #8DBB76;
}
</style>
background-color css
<style>
a { background-color: #8DBB76; }
a { background-color: rgb(141,187,118); }
div.DivClassName
{
background-color: #8DBB76;
}
.BgClassName
{
background-color: #8DBB76;
}
</style>
border-color css
<style>
span { border-color: #8DBB76; }
span { border-color: rgb(141,187,118); }
td.TdClassName
{
border-color: #8DBB76;
}
.TagClassName
{
border-color: #8DBB76;
}
</style>