Shades of Olivine #9DB577
Tints of Olivine #9DB577
RGB
CMYK
RGB Variations
Color information
#9DB577 (or 0x9DB577) is known color: Olivine. HEX triplet: 9D, B5 and 77. RGB value is (157,181,119). Sum of RGB (Red+Green+Blue) = 157+181+119=457 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.35% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 119 (46.88% from 255 or 26.04% from 457); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB577 is #624A88. Grayscale: #A6A6A6. Windows color (decimal): -6441609 or 7845277. OLE color: 7845277.
HSL color Cylindrical-coordinate representation of color #9DB577: hue angle of 83.23º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DB577 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 181 | 119 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.29 |
| HSL | 83.23º | 0.3% | 0.59% | - |
| HSV(B) | 83.23º | 0.34% | 0.71% | - |
| XYZ | 33.76 | 41.55 | 23.69 | - |
| YUV | 166.76 | 101.05 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 181 | 119 | 0.13 | 0 | 0.34 | 0.29 | 83.23 | 0.3 | 0.59 |
| Hex | 9D | B5 | 77 | D | 0 | 22 | 1D | 53 | 1E | 3B |
| Octal | 235 | 265 | 167 | 15 | 0 | 42 | 35 | 123 | 36 | 73 |
| Binary | 10011101 | 10110101 | 1110111 | 1101 | 0 | 100010 | 11101 | 1010011 | 11110 | 111011 |
Color Harmonies of #9DB577
Complementary color
Monochromatic Colors of #9DB577
Black with #9DB577
Text Example
Text Example
White with #9DB577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB577; }
p { color: rgb(157,181,119); }
H1.HeaderClassName
{
color: #9DB577;
}
.AnyTagClassName
{
color: #9DB577;
}
</style>
background-color css
<style>
a { background-color: #9DB577; }
a { background-color: rgb(157,181,119); }
div.DivClassName
{
background-color: #9DB577;
}
.BgClassName
{
background-color: #9DB577;
}
</style>
border-color css
<style>
span { border-color: #9DB577; }
span { border-color: rgb(157,181,119); }
td.TdClassName
{
border-color: #9DB577;
}
.TagClassName
{
border-color: #9DB577;
}
</style>