Shades of Olivine #8DB570
Tints of Olivine #8DB570
RGB
CMYK
RGB Variations
Color information
#8DB570 (or 0x8DB570) is known color: Olivine. HEX triplet: 8D, B5 and 70. RGB value is (141,181,112). Sum of RGB (Red+Green+Blue) = 141+181+112=434 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.49% from 434); Green value is 181 (71.09% from 255 or 41.71% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB570 is #724A8F. Grayscale: #A1A1A1. Windows color (decimal): -7490192 or 7386509. OLE color: 7386509.
HSL color Cylindrical-coordinate representation of color #8DB570: hue angle of 94.78º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DB570 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 181 | 112 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.29 |
| HSL | 94.78º | 0.32% | 0.57% | - |
| HSV(B) | 94.78º | 0.38% | 0.71% | - |
| XYZ | 30.43 | 39.88 | 21.42 | - |
| YUV | 161.17 | 100.25 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 181 | 112 | 0.22 | 0 | 0.38 | 0.29 | 94.78 | 0.32 | 0.57 |
| Hex | 8D | B5 | 70 | 16 | 0 | 26 | 1D | 5F | 20 | 39 |
| Octal | 215 | 265 | 160 | 26 | 0 | 46 | 35 | 137 | 40 | 71 |
| Binary | 10001101 | 10110101 | 1110000 | 10110 | 0 | 100110 | 11101 | 1011111 | 100000 | 111001 |
Color Harmonies of #8DB570
Complementary color
Monochromatic Colors of #8DB570
Black with #8DB570
Text Example
Text Example
White with #8DB570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB570; }
p { color: rgb(141,181,112); }
H1.HeaderClassName
{
color: #8DB570;
}
.AnyTagClassName
{
color: #8DB570;
}
</style>
background-color css
<style>
a { background-color: #8DB570; }
a { background-color: rgb(141,181,112); }
div.DivClassName
{
background-color: #8DB570;
}
.BgClassName
{
background-color: #8DB570;
}
</style>
border-color css
<style>
span { border-color: #8DB570; }
span { border-color: rgb(141,181,112); }
td.TdClassName
{
border-color: #8DB570;
}
.TagClassName
{
border-color: #8DB570;
}
</style>