Shades of Grey Olive #979484
Tints of Grey Olive #979484
RGB
CMYK
RGB Variations
Color information
#979484 (or 0x979484) is known color: Grey Olive. HEX triplet: 97, 94 and 84. RGB value is (151,148,132). Sum of RGB (Red+Green+Blue) = 151+148+132=431 (57% of max value = 765). Red value is 151 (59.38% from 255 or 35.03% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 151 - color contains mainly: red. Hex color #979484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979484 is #686B7B. Grayscale: #939393. Windows color (decimal): -6843260 or 8688791. OLE color: 8688791.
HSL color Cylindrical-coordinate representation of color #979484: hue angle of 50.53º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #979484 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 148 | 132 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.41 |
| HSL | 50.53º | 0.08% | 0.55% | - |
| HSV(B) | 50.53º | 0.13% | 0.59% | - |
| XYZ | 27.52 | 29.43 | 26.06 | - |
| YUV | 147.07 | 119.49 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 148 | 132 | 0 | 0.02 | 0.13 | 0.41 | 50.53 | 0.08 | 0.55 |
| Hex | 97 | 94 | 84 | 0 | 2 | D | 29 | 33 | 8 | 37 |
| Octal | 227 | 224 | 204 | 0 | 2 | 15 | 51 | 63 | 10 | 67 |
| Binary | 10010111 | 10010100 | 10000100 | 0 | 10 | 1101 | 101001 | 110011 | 1000 | 110111 |
Color Harmonies of #979484
Complementary color
Monochromatic Colors of #979484
Black with #979484
Text Example
Text Example
White with #979484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979484; }
p { color: rgb(151,148,132); }
H1.HeaderClassName
{
color: #979484;
}
.AnyTagClassName
{
color: #979484;
}
</style>
background-color css
<style>
a { background-color: #979484; }
a { background-color: rgb(151,148,132); }
div.DivClassName
{
background-color: #979484;
}
.BgClassName
{
background-color: #979484;
}
</style>
border-color css
<style>
span { border-color: #979484; }
span { border-color: rgb(151,148,132); }
td.TdClassName
{
border-color: #979484;
}
.TagClassName
{
border-color: #979484;
}
</style>