Shades of Olivine #9DB575
Tints of Olivine #9DB575
RGB
CMYK
RGB Variations
Color information
#9DB575 (or 0x9DB575) is known color: Olivine. HEX triplet: 9D, B5 and 75. RGB value is (157,181,117). Sum of RGB (Red+Green+Blue) = 157+181+117=455 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.51% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 117 (46.09% from 255 or 25.71% from 455); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB575 is #624A8A. Grayscale: #A6A6A6. Windows color (decimal): -6441611 or 7714205. OLE color: 7714205.
HSL color Cylindrical-coordinate representation of color #9DB575: hue angle of 82.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 #9DB575 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 181 | 117 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.29 |
| HSL | 82.5º | 0.3% | 0.58% | - |
| HSV(B) | 82.5º | 0.35% | 0.71% | - |
| XYZ | 33.64 | 41.5 | 23.07 | - |
| YUV | 166.53 | 100.05 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 181 | 117 | 0.13 | 0 | 0.35 | 0.29 | 82.5 | 0.3 | 0.58 |
| Hex | 9D | B5 | 75 | D | 0 | 23 | 1D | 52 | 1E | 3A |
| Octal | 235 | 265 | 165 | 15 | 0 | 43 | 35 | 122 | 36 | 72 |
| Binary | 10011101 | 10110101 | 1110101 | 1101 | 0 | 100011 | 11101 | 1010010 | 11110 | 111010 |
Color Harmonies of #9DB575
Complementary color
Monochromatic Colors of #9DB575
Black with #9DB575
Text Example
Text Example
White with #9DB575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB575; }
p { color: rgb(157,181,117); }
H1.HeaderClassName
{
color: #9DB575;
}
.AnyTagClassName
{
color: #9DB575;
}
</style>
background-color css
<style>
a { background-color: #9DB575; }
a { background-color: rgb(157,181,117); }
div.DivClassName
{
background-color: #9DB575;
}
.BgClassName
{
background-color: #9DB575;
}
</style>
border-color css
<style>
span { border-color: #9DB575; }
span { border-color: rgb(157,181,117); }
td.TdClassName
{
border-color: #9DB575;
}
.TagClassName
{
border-color: #9DB575;
}
</style>