Shades of Olivine #8DA971
Tints of Olivine #8DA971
RGB
CMYK
RGB Variations
Color information
#8DA971 (or 0x8DA971) is known color: Olivine. HEX triplet: 8D, A9 and 71. RGB value is (141,169,113). Sum of RGB (Red+Green+Blue) = 141+169+113=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 169 - color contains mainly: green. Hex color #8DA971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA971 is #72568E. Grayscale: #9A9A9A. Windows color (decimal): -7493263 or 7448973. OLE color: 7448973.
HSL color Cylindrical-coordinate representation of color #8DA971: hue angle of 90º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DA971 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 141 | 169 | 113 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.34 |
| HSL | 90º | 0.25% | 0.55% | - |
| HSV(B) | 90º | 0.33% | 0.66% | - |
| XYZ | 28.15 | 35.23 | 20.94 | - |
| YUV | 154.24 | 104.72 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 169 | 113 | 0.17 | 0 | 0.33 | 0.34 | 90 | 0.25 | 0.55 |
| Hex | 8D | A9 | 71 | 11 | 0 | 21 | 22 | 5A | 19 | 37 |
| Octal | 215 | 251 | 161 | 21 | 0 | 41 | 42 | 132 | 31 | 67 |
| Binary | 10001101 | 10101001 | 1110001 | 10001 | 0 | 100001 | 100010 | 1011010 | 11001 | 110111 |
Color Harmonies of #8DA971
Complementary color
Monochromatic Colors of #8DA971
Black with #8DA971
Text Example
Text Example
White with #8DA971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA971; }
p { color: rgb(141,169,113); }
H1.HeaderClassName
{
color: #8DA971;
}
.AnyTagClassName
{
color: #8DA971;
}
</style>
background-color css
<style>
a { background-color: #8DA971; }
a { background-color: rgb(141,169,113); }
div.DivClassName
{
background-color: #8DA971;
}
.BgClassName
{
background-color: #8DA971;
}
</style>
border-color css
<style>
span { border-color: #8DA971; }
span { border-color: rgb(141,169,113); }
td.TdClassName
{
border-color: #8DA971;
}
.TagClassName
{
border-color: #8DA971;
}
</style>