Shades of Olivine #8DA575
Tints of Olivine #8DA575
RGB
CMYK
RGB Variations
Color information
#8DA575 (or 0x8DA575) is known color: Olivine. HEX triplet: 8D, A5 and 75. RGB value is (141,165,117). Sum of RGB (Red+Green+Blue) = 141+165+117=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 165 - color contains mainly: green. Hex color #8DA575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA575 is #725A8A. Grayscale: #989898. Windows color (decimal): -7494283 or 7710093. OLE color: 7710093.
HSL color Cylindrical-coordinate representation of color #8DA575: hue angle of 90º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8DA575 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 165 | 117 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.35 |
| HSL | 90º | 0.21% | 0.55% | - |
| HSV(B) | 90º | 0.29% | 0.65% | - |
| XYZ | 27.65 | 33.86 | 21.91 | - |
| YUV | 152.35 | 108.05 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 165 | 117 | 0.15 | 0 | 0.29 | 0.35 | 90 | 0.21 | 0.55 |
| Hex | 8D | A5 | 75 | F | 0 | 1D | 23 | 5A | 15 | 37 |
| Octal | 215 | 245 | 165 | 17 | 0 | 35 | 43 | 132 | 25 | 67 |
| Binary | 10001101 | 10100101 | 1110101 | 1111 | 0 | 11101 | 100011 | 1011010 | 10101 | 110111 |
Color Harmonies of #8DA575
Complementary color
Monochromatic Colors of #8DA575
Black with #8DA575
Text Example
Text Example
White with #8DA575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA575; }
p { color: rgb(141,165,117); }
H1.HeaderClassName
{
color: #8DA575;
}
.AnyTagClassName
{
color: #8DA575;
}
</style>
background-color css
<style>
a { background-color: #8DA575; }
a { background-color: rgb(141,165,117); }
div.DivClassName
{
background-color: #8DA575;
}
.BgClassName
{
background-color: #8DA575;
}
</style>
border-color css
<style>
span { border-color: #8DA575; }
span { border-color: rgb(141,165,117); }
td.TdClassName
{
border-color: #8DA575;
}
.TagClassName
{
border-color: #8DA575;
}
</style>