Shades of Grey Olive #9B9582
Tints of Grey Olive #9B9582
RGB
CMYK
RGB Variations
Color information
#9B9582 (or 0x9B9582) is known color: Grey Olive. HEX triplet: 9B, 95 and 82. RGB value is (155,149,130). Sum of RGB (Red+Green+Blue) = 155+149+130=434 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.71% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9582 is #646A7D. Grayscale: #949494. Windows color (decimal): -6580862 or 8557979. OLE color: 8557979.
HSL color Cylindrical-coordinate representation of color #9B9582: hue angle of 45.6º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9B9582 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 149 | 130 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.39 |
| HSL | 45.6º | 0.11% | 0.56% | - |
| HSV(B) | 45.6º | 0.16% | 0.61% | - |
| XYZ | 28.29 | 30.08 | 25.43 | - |
| YUV | 148.63 | 117.49 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 149 | 130 | 0 | 0.04 | 0.16 | 0.39 | 45.6 | 0.11 | 0.56 |
| Hex | 9B | 95 | 82 | 0 | 4 | 10 | 27 | 2E | B | 38 |
| Octal | 233 | 225 | 202 | 0 | 4 | 20 | 47 | 56 | 13 | 70 |
| Binary | 10011011 | 10010101 | 10000010 | 0 | 100 | 10000 | 100111 | 101110 | 1011 | 111000 |
Color Harmonies of #9B9582
Complementary color
Monochromatic Colors of #9B9582
Black with #9B9582
Text Example
Text Example
White with #9B9582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9582; }
p { color: rgb(155,149,130); }
H1.HeaderClassName
{
color: #9B9582;
}
.AnyTagClassName
{
color: #9B9582;
}
</style>
background-color css
<style>
a { background-color: #9B9582; }
a { background-color: rgb(155,149,130); }
div.DivClassName
{
background-color: #9B9582;
}
.BgClassName
{
background-color: #9B9582;
}
</style>
border-color css
<style>
span { border-color: #9B9582; }
span { border-color: rgb(155,149,130); }
td.TdClassName
{
border-color: #9B9582;
}
.TagClassName
{
border-color: #9B9582;
}
</style>