Shades of Olivine #8DAE75
Tints of Olivine #8DAE75
RGB
CMYK
RGB Variations
Color information
#8DAE75 (or 0x8DAE75) is known color: Olivine. HEX triplet: 8D, AE and 75. RGB value is (141,174,117). Sum of RGB (Red+Green+Blue) = 141+174+117=432 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.64% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 174 - color contains mainly: green. Hex color #8DAE75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAE75 is #72518A. Grayscale: #9D9D9D. Windows color (decimal): -7491979 or 7712397. OLE color: 7712397.
HSL color Cylindrical-coordinate representation of color #8DAE75: hue angle of 94.74º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DAE75 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 174 | 117 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.32 |
| HSL | 94.74º | 0.26% | 0.57% | - |
| HSV(B) | 94.74º | 0.33% | 0.68% | - |
| XYZ | 29.33 | 37.22 | 22.47 | - |
| YUV | 157.64 | 105.07 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 174 | 117 | 0.19 | 0 | 0.33 | 0.32 | 94.74 | 0.26 | 0.57 |
| Hex | 8D | AE | 75 | 13 | 0 | 21 | 20 | 5F | 1A | 39 |
| Octal | 215 | 256 | 165 | 23 | 0 | 41 | 40 | 137 | 32 | 71 |
| Binary | 10001101 | 10101110 | 1110101 | 10011 | 0 | 100001 | 100000 | 1011111 | 11010 | 111001 |
Color Harmonies of #8DAE75
Complementary color
Monochromatic Colors of #8DAE75
Black with #8DAE75
Text Example
Text Example
White with #8DAE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAE75; }
p { color: rgb(141,174,117); }
H1.HeaderClassName
{
color: #8DAE75;
}
.AnyTagClassName
{
color: #8DAE75;
}
</style>
background-color css
<style>
a { background-color: #8DAE75; }
a { background-color: rgb(141,174,117); }
div.DivClassName
{
background-color: #8DAE75;
}
.BgClassName
{
background-color: #8DAE75;
}
</style>
border-color css
<style>
span { border-color: #8DAE75; }
span { border-color: rgb(141,174,117); }
td.TdClassName
{
border-color: #8DAE75;
}
.TagClassName
{
border-color: #8DAE75;
}
</style>