Shades of Olivine #8DA677
Tints of Olivine #8DA677
RGB
CMYK
RGB Variations
Color information
#8DA677 (or 0x8DA677) is known color: Olivine. HEX triplet: 8D, A6 and 77. RGB value is (141,166,119). Sum of RGB (Red+Green+Blue) = 141+166+119=426 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.10% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 166 - color contains mainly: green. Hex color #8DA677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA677 is #725988. Grayscale: #999999. Windows color (decimal): -7494025 or 7841421. OLE color: 7841421.
HSL color Cylindrical-coordinate representation of color #8DA677: hue angle of 91.91º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8DA677 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 166 | 119 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.35 |
| HSL | 91.91º | 0.21% | 0.56% | - |
| HSV(B) | 91.91º | 0.28% | 0.65% | - |
| XYZ | 27.95 | 34.27 | 22.59 | - |
| YUV | 153.17 | 108.72 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 166 | 119 | 0.15 | 0 | 0.28 | 0.35 | 91.91 | 0.21 | 0.56 |
| Hex | 8D | A6 | 77 | F | 0 | 1C | 23 | 5C | 15 | 38 |
| Octal | 215 | 246 | 167 | 17 | 0 | 34 | 43 | 134 | 25 | 70 |
| Binary | 10001101 | 10100110 | 1110111 | 1111 | 0 | 11100 | 100011 | 1011100 | 10101 | 111000 |
Color Harmonies of #8DA677
Complementary color
Monochromatic Colors of #8DA677
Black with #8DA677
Text Example
Text Example
White with #8DA677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA677; }
p { color: rgb(141,166,119); }
H1.HeaderClassName
{
color: #8DA677;
}
.AnyTagClassName
{
color: #8DA677;
}
</style>
background-color css
<style>
a { background-color: #8DA677; }
a { background-color: rgb(141,166,119); }
div.DivClassName
{
background-color: #8DA677;
}
.BgClassName
{
background-color: #8DA677;
}
</style>
border-color css
<style>
span { border-color: #8DA677; }
span { border-color: rgb(141,166,119); }
td.TdClassName
{
border-color: #8DA677;
}
.TagClassName
{
border-color: #8DA677;
}
</style>