Shades of Olivine #8DA578
Tints of Olivine #8DA578
RGB
CMYK
RGB Variations
Color information
#8DA578 (or 0x8DA578) is known color: Olivine. HEX triplet: 8D, A5 and 78. RGB value is (141,165,120). Sum of RGB (Red+Green+Blue) = 141+165+120=426 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.10% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 165 - color contains mainly: green. Hex color #8DA578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA578 is #725A87. Grayscale: #989898. Windows color (decimal): -7494280 or 7906701. OLE color: 7906701.
HSL color Cylindrical-coordinate representation of color #8DA578: hue angle of 92º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8DA578 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 165 | 120 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.35 |
| HSL | 92º | 0.2% | 0.56% | - |
| HSV(B) | 92º | 0.27% | 0.65% | - |
| XYZ | 27.83 | 33.93 | 22.85 | - |
| YUV | 152.69 | 109.55 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 165 | 120 | 0.15 | 0 | 0.27 | 0.35 | 92 | 0.2 | 0.56 |
| Hex | 8D | A5 | 78 | F | 0 | 1B | 23 | 5C | 14 | 38 |
| Octal | 215 | 245 | 170 | 17 | 0 | 33 | 43 | 134 | 24 | 70 |
| Binary | 10001101 | 10100101 | 1111000 | 1111 | 0 | 11011 | 100011 | 1011100 | 10100 | 111000 |
Color Harmonies of #8DA578
Complementary color
Monochromatic Colors of #8DA578
Black with #8DA578
Text Example
Text Example
White with #8DA578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA578; }
p { color: rgb(141,165,120); }
H1.HeaderClassName
{
color: #8DA578;
}
.AnyTagClassName
{
color: #8DA578;
}
</style>
background-color css
<style>
a { background-color: #8DA578; }
a { background-color: rgb(141,165,120); }
div.DivClassName
{
background-color: #8DA578;
}
.BgClassName
{
background-color: #8DA578;
}
</style>
border-color css
<style>
span { border-color: #8DA578; }
span { border-color: rgb(141,165,120); }
td.TdClassName
{
border-color: #8DA578;
}
.TagClassName
{
border-color: #8DA578;
}
</style>