Shades of Olivine #8DAE78
Tints of Olivine #8DAE78
RGB
CMYK
RGB Variations
Color information
#8DAE78 (or 0x8DAE78) is known color: Olivine. HEX triplet: 8D, AE and 78. RGB value is (141,174,120). Sum of RGB (Red+Green+Blue) = 141+174+120=435 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.41% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 174 - color contains mainly: green. Hex color #8DAE78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAE78 is #725187. Grayscale: #9E9E9E. Windows color (decimal): -7491976 or 7909005. OLE color: 7909005.
HSL color Cylindrical-coordinate representation of color #8DAE78: hue angle of 96.67º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DAE78 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 174 | 120 | - |
| CMYK | 0.19 | 0 | 0.31 | 0.32 |
| HSL | 96.67º | 0.25% | 0.58% | - |
| HSV(B) | 96.67º | 0.31% | 0.68% | - |
| XYZ | 29.51 | 37.29 | 23.41 | - |
| YUV | 157.98 | 106.57 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 174 | 120 | 0.19 | 0 | 0.31 | 0.32 | 96.67 | 0.25 | 0.58 |
| Hex | 8D | AE | 78 | 13 | 0 | 1F | 20 | 61 | 19 | 3A |
| Octal | 215 | 256 | 170 | 23 | 0 | 37 | 40 | 141 | 31 | 72 |
| Binary | 10001101 | 10101110 | 1111000 | 10011 | 0 | 11111 | 100000 | 1100001 | 11001 | 111010 |
Color Harmonies of #8DAE78
Complementary color
Monochromatic Colors of #8DAE78
Black with #8DAE78
Text Example
Text Example
White with #8DAE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAE78; }
p { color: rgb(141,174,120); }
H1.HeaderClassName
{
color: #8DAE78;
}
.AnyTagClassName
{
color: #8DAE78;
}
</style>
background-color css
<style>
a { background-color: #8DAE78; }
a { background-color: rgb(141,174,120); }
div.DivClassName
{
background-color: #8DAE78;
}
.BgClassName
{
background-color: #8DAE78;
}
</style>
border-color css
<style>
span { border-color: #8DAE78; }
span { border-color: rgb(141,174,120); }
td.TdClassName
{
border-color: #8DAE78;
}
.TagClassName
{
border-color: #8DAE78;
}
</style>