Shades of Olivine #9DB573
Tints of Olivine #9DB573
RGB
CMYK
RGB Variations
Color information
#9DB573 (or 0x9DB573) is known color: Olivine. HEX triplet: 9D, B5 and 73. RGB value is (157,181,115). Sum of RGB (Red+Green+Blue) = 157+181+115=453 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.66% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 115 (45.31% from 255 or 25.39% from 453); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB573 is #624A8C. Grayscale: #A6A6A6. Windows color (decimal): -6441613 or 7583133. OLE color: 7583133.
HSL color Cylindrical-coordinate representation of color #9DB573: hue angle of 81.82º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DB573 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 181 | 115 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.29 |
| HSL | 81.82º | 0.31% | 0.58% | - |
| HSV(B) | 81.82º | 0.36% | 0.71% | - |
| XYZ | 33.52 | 41.45 | 22.45 | - |
| YUV | 166.3 | 99.05 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 181 | 115 | 0.13 | 0 | 0.36 | 0.29 | 81.82 | 0.31 | 0.58 |
| Hex | 9D | B5 | 73 | D | 0 | 24 | 1D | 52 | 1F | 3A |
| Octal | 235 | 265 | 163 | 15 | 0 | 44 | 35 | 122 | 37 | 72 |
| Binary | 10011101 | 10110101 | 1110011 | 1101 | 0 | 100100 | 11101 | 1010010 | 11111 | 111010 |
Color Harmonies of #9DB573
Complementary color
Monochromatic Colors of #9DB573
Black with #9DB573
Text Example
Text Example
White with #9DB573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB573; }
p { color: rgb(157,181,115); }
H1.HeaderClassName
{
color: #9DB573;
}
.AnyTagClassName
{
color: #9DB573;
}
</style>
background-color css
<style>
a { background-color: #9DB573; }
a { background-color: rgb(157,181,115); }
div.DivClassName
{
background-color: #9DB573;
}
.BgClassName
{
background-color: #9DB573;
}
</style>
border-color css
<style>
span { border-color: #9DB573; }
span { border-color: rgb(157,181,115); }
td.TdClassName
{
border-color: #9DB573;
}
.TagClassName
{
border-color: #9DB573;
}
</style>