Shades of Grey Olive #9A9784
Tints of Grey Olive #9A9784
RGB
CMYK
RGB Variations
Color information
#9A9784 (or 0x9A9784) is known color: Grey Olive. HEX triplet: 9A, 97 and 84. RGB value is (154,151,132). Sum of RGB (Red+Green+Blue) = 154+151+132=437 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.24% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9784 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9784 is #65687B. Grayscale: #959595. Windows color (decimal): -6645884 or 8689562. OLE color: 8689562.
HSL color Cylindrical-coordinate representation of color #9A9784: hue angle of 51.82º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9A9784 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 151 | 132 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.40 |
| HSL | 51.82º | 0.1% | 0.56% | - |
| HSV(B) | 51.82º | 0.14% | 0.6% | - |
| XYZ | 28.56 | 30.67 | 26.24 | - |
| YUV | 149.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 151 | 132 | 0 | 0.02 | 0.14 | 0.40 | 51.82 | 0.1 | 0.56 |
| Hex | 9A | 97 | 84 | 0 | 2 | E | 28 | 34 | A | 38 |
| Octal | 232 | 227 | 204 | 0 | 2 | 16 | 50 | 64 | 12 | 70 |
| Binary | 10011010 | 10010111 | 10000100 | 0 | 10 | 1110 | 101000 | 110100 | 1010 | 111000 |
Color Harmonies of #9A9784
Complementary color
Monochromatic Colors of #9A9784
Black with #9A9784
Text Example
Text Example
White with #9A9784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9784; }
p { color: rgb(154,151,132); }
H1.HeaderClassName
{
color: #9A9784;
}
.AnyTagClassName
{
color: #9A9784;
}
</style>
background-color css
<style>
a { background-color: #9A9784; }
a { background-color: rgb(154,151,132); }
div.DivClassName
{
background-color: #9A9784;
}
.BgClassName
{
background-color: #9A9784;
}
</style>
border-color css
<style>
span { border-color: #9A9784; }
span { border-color: rgb(154,151,132); }
td.TdClassName
{
border-color: #9A9784;
}
.TagClassName
{
border-color: #9A9784;
}
</style>