Shades of Olivine #8DAE71
Tints of Olivine #8DAE71
RGB
CMYK
RGB Variations
Color information
#8DAE71 (or 0x8DAE71) is known color: Olivine. HEX triplet: 8D, AE and 71. RGB value is (141,174,113). Sum of RGB (Red+Green+Blue) = 141+174+113=428 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.94% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 174 - color contains mainly: green. Hex color #8DAE71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAE71 is #72518E. Grayscale: #9D9D9D. Windows color (decimal): -7491983 or 7450253. OLE color: 7450253.
HSL color Cylindrical-coordinate representation of color #8DAE71: hue angle of 92.46º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DAE71 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 174 | 113 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.32 |
| HSL | 92.46º | 0.27% | 0.56% | - |
| HSV(B) | 92.46º | 0.35% | 0.68% | - |
| XYZ | 29.1 | 37.13 | 21.26 | - |
| YUV | 157.18 | 103.07 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 174 | 113 | 0.19 | 0 | 0.35 | 0.32 | 92.46 | 0.27 | 0.56 |
| Hex | 8D | AE | 71 | 13 | 0 | 23 | 20 | 5C | 1B | 38 |
| Octal | 215 | 256 | 161 | 23 | 0 | 43 | 40 | 134 | 33 | 70 |
| Binary | 10001101 | 10101110 | 1110001 | 10011 | 0 | 100011 | 100000 | 1011100 | 11011 | 111000 |
Color Harmonies of #8DAE71
Complementary color
Monochromatic Colors of #8DAE71
Black with #8DAE71
Text Example
Text Example
White with #8DAE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAE71; }
p { color: rgb(141,174,113); }
H1.HeaderClassName
{
color: #8DAE71;
}
.AnyTagClassName
{
color: #8DAE71;
}
</style>
background-color css
<style>
a { background-color: #8DAE71; }
a { background-color: rgb(141,174,113); }
div.DivClassName
{
background-color: #8DAE71;
}
.BgClassName
{
background-color: #8DAE71;
}
</style>
border-color css
<style>
span { border-color: #8DAE71; }
span { border-color: rgb(141,174,113); }
td.TdClassName
{
border-color: #8DAE71;
}
.TagClassName
{
border-color: #8DAE71;
}
</style>