Shades of Olivine #8DB575
Tints of Olivine #8DB575
RGB
CMYK
RGB Variations
Color information
#8DB575 (or 0x8DB575) is known color: Olivine. HEX triplet: 8D, B5 and 75. RGB value is (141,181,117). Sum of RGB (Red+Green+Blue) = 141+181+117=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB575 is #724A8A. Grayscale: #A1A1A1. Windows color (decimal): -7490187 or 7714189. OLE color: 7714189.
HSL color Cylindrical-coordinate representation of color #8DB575: hue angle of 97.5º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DB575 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 181 | 117 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.29 |
| HSL | 97.5º | 0.3% | 0.58% | - |
| HSV(B) | 97.5º | 0.35% | 0.71% | - |
| XYZ | 30.72 | 39.99 | 22.93 | - |
| YUV | 161.74 | 102.75 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 181 | 117 | 0.22 | 0 | 0.35 | 0.29 | 97.5 | 0.3 | 0.58 |
| Hex | 8D | B5 | 75 | 16 | 0 | 23 | 1D | 62 | 1E | 3A |
| Octal | 215 | 265 | 165 | 26 | 0 | 43 | 35 | 142 | 36 | 72 |
| Binary | 10001101 | 10110101 | 1110101 | 10110 | 0 | 100011 | 11101 | 1100010 | 11110 | 111010 |
Color Harmonies of #8DB575
Complementary color
Monochromatic Colors of #8DB575
Black with #8DB575
Text Example
Text Example
White with #8DB575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB575; }
p { color: rgb(141,181,117); }
H1.HeaderClassName
{
color: #8DB575;
}
.AnyTagClassName
{
color: #8DB575;
}
</style>
background-color css
<style>
a { background-color: #8DB575; }
a { background-color: rgb(141,181,117); }
div.DivClassName
{
background-color: #8DB575;
}
.BgClassName
{
background-color: #8DB575;
}
</style>
border-color css
<style>
span { border-color: #8DB575; }
span { border-color: rgb(141,181,117); }
td.TdClassName
{
border-color: #8DB575;
}
.TagClassName
{
border-color: #8DB575;
}
</style>