Shades of Olivine #8DB776
Tints of Olivine #8DB776
RGB
CMYK
RGB Variations
Color information
#8DB776 (or 0x8DB776) is known color: Olivine. HEX triplet: 8D, B7 and 76. RGB value is (141,183,118). Sum of RGB (Red+Green+Blue) = 141+183+118=442 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.90% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB776 is #724889. Grayscale: #A3A3A3. Windows color (decimal): -7489674 or 7780237. OLE color: 7780237.
HSL color Cylindrical-coordinate representation of color #8DB776: hue angle of 98.77º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DB776 is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 183 | 118 | - |
| CMYK | 0.23 | 0 | 0.36 | 0.28 |
| HSL | 98.77º | 0.31% | 0.59% | - |
| HSV(B) | 98.77º | 0.36% | 0.72% | - |
| XYZ | 31.19 | 40.84 | 23.38 | - |
| YUV | 163.03 | 102.59 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 118 | 0.23 | 0 | 0.36 | 0.28 | 98.77 | 0.31 | 0.59 |
| Hex | 8D | B7 | 76 | 17 | 0 | 24 | 1C | 63 | 1F | 3B |
| Octal | 215 | 267 | 166 | 27 | 0 | 44 | 34 | 143 | 37 | 73 |
| Binary | 10001101 | 10110111 | 1110110 | 10111 | 0 | 100100 | 11100 | 1100011 | 11111 | 111011 |
Color Harmonies of #8DB776
Complementary color
Monochromatic Colors of #8DB776
Black with #8DB776
Text Example
Text Example
White with #8DB776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB776; }
p { color: rgb(141,183,118); }
H1.HeaderClassName
{
color: #8DB776;
}
.AnyTagClassName
{
color: #8DB776;
}
</style>
background-color css
<style>
a { background-color: #8DB776; }
a { background-color: rgb(141,183,118); }
div.DivClassName
{
background-color: #8DB776;
}
.BgClassName
{
background-color: #8DB776;
}
</style>
border-color css
<style>
span { border-color: #8DB776; }
span { border-color: rgb(141,183,118); }
td.TdClassName
{
border-color: #8DB776;
}
.TagClassName
{
border-color: #8DB776;
}
</style>