Shades of Olivine #8DAC71
Tints of Olivine #8DAC71
RGB
CMYK
RGB Variations
Color information
#8DAC71 (or 0x8DAC71) is known color: Olivine. HEX triplet: 8D, AC and 71. RGB value is (141,172,113). Sum of RGB (Red+Green+Blue) = 141+172+113=426 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.10% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 172 - color contains mainly: green. Hex color #8DAC71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAC71 is #72538E. Grayscale: #9C9C9C. Windows color (decimal): -7492495 or 7449741. OLE color: 7449741.
HSL color Cylindrical-coordinate representation of color #8DAC71: hue angle of 91.53º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DAC71 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 172 | 113 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.33 |
| HSL | 91.53º | 0.26% | 0.56% | - |
| HSV(B) | 91.53º | 0.34% | 0.67% | - |
| XYZ | 28.72 | 36.36 | 21.13 | - |
| YUV | 156.01 | 103.73 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 172 | 113 | 0.18 | 0 | 0.34 | 0.33 | 91.53 | 0.26 | 0.56 |
| Hex | 8D | AC | 71 | 12 | 0 | 22 | 21 | 5C | 1A | 38 |
| Octal | 215 | 254 | 161 | 22 | 0 | 42 | 41 | 134 | 32 | 70 |
| Binary | 10001101 | 10101100 | 1110001 | 10010 | 0 | 100010 | 100001 | 1011100 | 11010 | 111000 |
Color Harmonies of #8DAC71
Complementary color
Monochromatic Colors of #8DAC71
Black with #8DAC71
Text Example
Text Example
White with #8DAC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAC71; }
p { color: rgb(141,172,113); }
H1.HeaderClassName
{
color: #8DAC71;
}
.AnyTagClassName
{
color: #8DAC71;
}
</style>
background-color css
<style>
a { background-color: #8DAC71; }
a { background-color: rgb(141,172,113); }
div.DivClassName
{
background-color: #8DAC71;
}
.BgClassName
{
background-color: #8DAC71;
}
</style>
border-color css
<style>
span { border-color: #8DAC71; }
span { border-color: rgb(141,172,113); }
td.TdClassName
{
border-color: #8DAC71;
}
.TagClassName
{
border-color: #8DAC71;
}
</style>