Shades of Grey Olive #9D9982
Tints of Grey Olive #9D9982
RGB
CMYK
RGB Variations
Color information
#9D9982 (or 0x9D9982) is known color: Grey Olive. HEX triplet: 9D, 99 and 82. RGB value is (157,153,130). Sum of RGB (Red+Green+Blue) = 157+153+130=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9982 is #62667D. Grayscale: #979797. Windows color (decimal): -6448766 or 8559005. OLE color: 8559005.
HSL color Cylindrical-coordinate representation of color #9D9982: hue angle of 51.11º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9D9982 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 153 | 130 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.38 |
| HSL | 51.11º | 0.12% | 0.56% | - |
| HSV(B) | 51.11º | 0.17% | 0.62% | - |
| XYZ | 29.33 | 31.56 | 25.67 | - |
| YUV | 151.57 | 115.83 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 153 | 130 | 0 | 0.03 | 0.17 | 0.38 | 51.11 | 0.12 | 0.56 |
| Hex | 9D | 99 | 82 | 0 | 3 | 11 | 26 | 33 | C | 38 |
| Octal | 235 | 231 | 202 | 0 | 3 | 21 | 46 | 63 | 14 | 70 |
| Binary | 10011101 | 10011001 | 10000010 | 0 | 11 | 10001 | 100110 | 110011 | 1100 | 111000 |
Color Harmonies of #9D9982
Complementary color
Monochromatic Colors of #9D9982
Black with #9D9982
Text Example
Text Example
White with #9D9982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9982; }
p { color: rgb(157,153,130); }
H1.HeaderClassName
{
color: #9D9982;
}
.AnyTagClassName
{
color: #9D9982;
}
</style>
background-color css
<style>
a { background-color: #9D9982; }
a { background-color: rgb(157,153,130); }
div.DivClassName
{
background-color: #9D9982;
}
.BgClassName
{
background-color: #9D9982;
}
</style>
border-color css
<style>
span { border-color: #9D9982; }
span { border-color: rgb(157,153,130); }
td.TdClassName
{
border-color: #9D9982;
}
.TagClassName
{
border-color: #9D9982;
}
</style>