Shades of Olivine #8DB373
Tints of Olivine #8DB373
RGB
CMYK
RGB Variations
Color information
#8DB373 (or 0x8DB373) is known color: Olivine. HEX triplet: 8D, B3 and 73. RGB value is (141,179,115). Sum of RGB (Red+Green+Blue) = 141+179+115=435 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.41% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 115 (45.31% from 255 or 26.44% from 435); Max value from RGB is 179 - color contains mainly: green. Hex color #8DB373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB373 is #724C8C. Grayscale: #A0A0A0. Windows color (decimal): -7490701 or 7582605. OLE color: 7582605.
HSL color Cylindrical-coordinate representation of color #8DB373: hue angle of 95.62º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DB373 is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 179 | 115 | - |
| CMYK | 0.21 | 0 | 0.36 | 0.30 |
| HSL | 95.63º | 0.3% | 0.58% | - |
| HSV(B) | 95.63º | 0.36% | 0.7% | - |
| XYZ | 30.2 | 39.14 | 22.18 | - |
| YUV | 160.34 | 102.41 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 179 | 115 | 0.21 | 0 | 0.36 | 0.30 | 95.63 | 0.3 | 0.58 |
| Hex | 8D | B3 | 73 | 15 | 0 | 24 | 1E | 60 | 1E | 3A |
| Octal | 215 | 263 | 163 | 25 | 0 | 44 | 36 | 140 | 36 | 72 |
| Binary | 10001101 | 10110011 | 1110011 | 10101 | 0 | 100100 | 11110 | 1100000 | 11110 | 111010 |
Color Harmonies of #8DB373
Complementary color
Monochromatic Colors of #8DB373
Black with #8DB373
Text Example
Text Example
White with #8DB373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB373; }
p { color: rgb(141,179,115); }
H1.HeaderClassName
{
color: #8DB373;
}
.AnyTagClassName
{
color: #8DB373;
}
</style>
background-color css
<style>
a { background-color: #8DB373; }
a { background-color: rgb(141,179,115); }
div.DivClassName
{
background-color: #8DB373;
}
.BgClassName
{
background-color: #8DB373;
}
</style>
border-color css
<style>
span { border-color: #8DB373; }
span { border-color: rgb(141,179,115); }
td.TdClassName
{
border-color: #8DB373;
}
.TagClassName
{
border-color: #8DB373;
}
</style>