Shades of Olivine #8DAE7A
Tints of Olivine #8DAE7A
RGB
CMYK
RGB Variations
Color information
#8DAE7A (or 0x8DAE7A) is known color: Olivine. HEX triplet: 8D, AE and 7A. RGB value is (141,174,122). Sum of RGB (Red+Green+Blue) = 141+174+122=437 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.27% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 174 - color contains mainly: green. Hex color #8DAE7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAE7A is #725185. Grayscale: #9E9E9E. Windows color (decimal): -7491974 or 8040077. OLE color: 8040077.
HSL color Cylindrical-coordinate representation of color #8DAE7A: hue angle of 98.08º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DAE7A is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 174 | 122 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.32 |
| HSL | 98.08º | 0.24% | 0.58% | - |
| HSV(B) | 98.08º | 0.3% | 0.68% | - |
| XYZ | 29.63 | 37.34 | 24.06 | - |
| YUV | 158.21 | 107.57 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 174 | 122 | 0.19 | 0 | 0.30 | 0.32 | 98.08 | 0.24 | 0.58 |
| Hex | 8D | AE | 7A | 13 | 0 | 1E | 20 | 62 | 18 | 3A |
| Octal | 215 | 256 | 172 | 23 | 0 | 36 | 40 | 142 | 30 | 72 |
| Binary | 10001101 | 10101110 | 1111010 | 10011 | 0 | 11110 | 100000 | 1100010 | 11000 | 111010 |
Color Harmonies of #8DAE7A
Complementary color
Monochromatic Colors of #8DAE7A
Black with #8DAE7A
Text Example
Text Example
White with #8DAE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAE7A; }
p { color: rgb(141,174,122); }
H1.HeaderClassName
{
color: #8DAE7A;
}
.AnyTagClassName
{
color: #8DAE7A;
}
</style>
background-color css
<style>
a { background-color: #8DAE7A; }
a { background-color: rgb(141,174,122); }
div.DivClassName
{
background-color: #8DAE7A;
}
.BgClassName
{
background-color: #8DAE7A;
}
</style>
border-color css
<style>
span { border-color: #8DAE7A; }
span { border-color: rgb(141,174,122); }
td.TdClassName
{
border-color: #8DAE7A;
}
.TagClassName
{
border-color: #8DAE7A;
}
</style>