Shades of Grey Olive #9C9980
Tints of Grey Olive #9C9980
RGB
CMYK
RGB Variations
Color information
#9C9980 (or 0x9C9980) is known color: Grey Olive. HEX triplet: 9C, 99 and 80. RGB value is (156,153,128). Sum of RGB (Red+Green+Blue) = 156+153+128=437 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.70% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9980 is #63667F. Grayscale: #979797. Windows color (decimal): -6514304 or 8427932. OLE color: 8427932.
HSL color Cylindrical-coordinate representation of color #9C9980: hue angle of 53.57º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9C9980 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 153 | 128 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.39 |
| HSL | 53.57º | 0.12% | 0.56% | - |
| HSV(B) | 53.57º | 0.18% | 0.61% | - |
| XYZ | 29 | 31.41 | 24.96 | - |
| YUV | 151.05 | 114.99 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 153 | 128 | 0 | 0.02 | 0.18 | 0.39 | 53.57 | 0.12 | 0.56 |
| Hex | 9C | 99 | 80 | 0 | 2 | 12 | 27 | 36 | C | 38 |
| Octal | 234 | 231 | 200 | 0 | 2 | 22 | 47 | 66 | 14 | 70 |
| Binary | 10011100 | 10011001 | 10000000 | 0 | 10 | 10010 | 100111 | 110110 | 1100 | 111000 |
Color Harmonies of #9C9980
Complementary color
Monochromatic Colors of #9C9980
Black with #9C9980
Text Example
Text Example
White with #9C9980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9980; }
p { color: rgb(156,153,128); }
H1.HeaderClassName
{
color: #9C9980;
}
.AnyTagClassName
{
color: #9C9980;
}
</style>
background-color css
<style>
a { background-color: #9C9980; }
a { background-color: rgb(156,153,128); }
div.DivClassName
{
background-color: #9C9980;
}
.BgClassName
{
background-color: #9C9980;
}
</style>
border-color css
<style>
span { border-color: #9C9980; }
span { border-color: rgb(156,153,128); }
td.TdClassName
{
border-color: #9C9980;
}
.TagClassName
{
border-color: #9C9980;
}
</style>