Shades of Olivine #8DB871
Tints of Olivine #8DB871
RGB
CMYK
RGB Variations
Color information
#8DB871 (or 0x8DB871) is known color: Olivine. HEX triplet: 8D, B8 and 71. RGB value is (141,184,113). Sum of RGB (Red+Green+Blue) = 141+184+113=438 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.19% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 113 (44.53% from 255 or 25.80% from 438); Max value from RGB is 184 - color contains mainly: green. Hex color #8DB871 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB871 is #72478E. Grayscale: #A3A3A3. Windows color (decimal): -7489423 or 7452813. OLE color: 7452813.
HSL color Cylindrical-coordinate representation of color #8DB871: hue angle of 96.34º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DB871 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 184 | 113 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.28 |
| HSL | 96.34º | 0.33% | 0.58% | - |
| HSV(B) | 96.34º | 0.39% | 0.72% | - |
| XYZ | 31.11 | 41.14 | 21.92 | - |
| YUV | 163.05 | 99.75 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 184 | 113 | 0.23 | 0 | 0.39 | 0.28 | 96.34 | 0.33 | 0.58 |
| Hex | 8D | B8 | 71 | 17 | 0 | 27 | 1C | 60 | 21 | 3A |
| Octal | 215 | 270 | 161 | 27 | 0 | 47 | 34 | 140 | 41 | 72 |
| Binary | 10001101 | 10111000 | 1110001 | 10111 | 0 | 100111 | 11100 | 1100000 | 100001 | 111010 |
Color Harmonies of #8DB871
Complementary color
Monochromatic Colors of #8DB871
Black with #8DB871
Text Example
Text Example
White with #8DB871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB871; }
p { color: rgb(141,184,113); }
H1.HeaderClassName
{
color: #8DB871;
}
.AnyTagClassName
{
color: #8DB871;
}
</style>
background-color css
<style>
a { background-color: #8DB871; }
a { background-color: rgb(141,184,113); }
div.DivClassName
{
background-color: #8DB871;
}
.BgClassName
{
background-color: #8DB871;
}
</style>
border-color css
<style>
span { border-color: #8DB871; }
span { border-color: rgb(141,184,113); }
td.TdClassName
{
border-color: #8DB871;
}
.TagClassName
{
border-color: #8DB871;
}
</style>