Shades of Olivine #8DAA77
Tints of Olivine #8DAA77
RGB
CMYK
RGB Variations
Color information
#8DAA77 (or 0x8DAA77) is known color: Olivine. HEX triplet: 8D, AA and 77. RGB value is (141,170,119). Sum of RGB (Red+Green+Blue) = 141+170+119=430 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.79% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 170 - color contains mainly: green. Hex color #8DAA77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAA77 is #725588. Grayscale: #9B9B9B. Windows color (decimal): -7493001 or 7842445. OLE color: 7842445.
HSL color Cylindrical-coordinate representation of color #8DAA77: hue angle of 94.12º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DAA77 is Cyan = 0.17, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 170 | 119 | - |
| CMYK | 0.17 | 0 | 0.3 | 0.33 |
| HSL | 94.12º | 0.23% | 0.57% | - |
| HSV(B) | 94.12º | 0.3% | 0.67% | - |
| XYZ | 28.69 | 35.74 | 22.84 | - |
| YUV | 155.52 | 107.39 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 170 | 119 | 0.17 | 0 | 0.3 | 0.33 | 94.12 | 0.23 | 0.57 |
| Hex | 8D | AA | 77 | 11 | 0 | 1E | 21 | 5E | 17 | 39 |
| Octal | 215 | 252 | 167 | 21 | 0 | 36 | 41 | 136 | 27 | 71 |
| Binary | 10001101 | 10101010 | 1110111 | 10001 | 0 | 11110 | 100001 | 1011110 | 10111 | 111001 |
Color Harmonies of #8DAA77
Complementary color
Monochromatic Colors of #8DAA77
Black with #8DAA77
Text Example
Text Example
White with #8DAA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAA77; }
p { color: rgb(141,170,119); }
H1.HeaderClassName
{
color: #8DAA77;
}
.AnyTagClassName
{
color: #8DAA77;
}
</style>
background-color css
<style>
a { background-color: #8DAA77; }
a { background-color: rgb(141,170,119); }
div.DivClassName
{
background-color: #8DAA77;
}
.BgClassName
{
background-color: #8DAA77;
}
</style>
border-color css
<style>
span { border-color: #8DAA77; }
span { border-color: rgb(141,170,119); }
td.TdClassName
{
border-color: #8DAA77;
}
.TagClassName
{
border-color: #8DAA77;
}
</style>