Shades of Grey Olive #979383
Tints of Grey Olive #979383
RGB
CMYK
RGB Variations
Color information
#979383 (or 0x979383) is known color: Grey Olive. HEX triplet: 97, 93 and 83. RGB value is (151,147,131). Sum of RGB (Red+Green+Blue) = 151+147+131=429 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.20% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 151 - color contains mainly: red. Hex color #979383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979383 is #686C7C. Grayscale: #929292. Windows color (decimal): -6843517 or 8622999. OLE color: 8622999.
HSL color Cylindrical-coordinate representation of color #979383: hue angle of 48º degrees, saturation: 0.09, 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 #979383 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 147 | 131 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.41 |
| HSL | 48º | 0.09% | 0.55% | - |
| HSV(B) | 48º | 0.13% | 0.59% | - |
| XYZ | 27.29 | 29.09 | 25.65 | - |
| YUV | 146.37 | 119.33 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 147 | 131 | 0 | 0.03 | 0.13 | 0.41 | 48 | 0.09 | 0.55 |
| Hex | 97 | 93 | 83 | 0 | 3 | D | 29 | 30 | 9 | 37 |
| Octal | 227 | 223 | 203 | 0 | 3 | 15 | 51 | 60 | 11 | 67 |
| Binary | 10010111 | 10010011 | 10000011 | 0 | 11 | 1101 | 101001 | 110000 | 1001 | 110111 |
Color Harmonies of #979383
Complementary color
Monochromatic Colors of #979383
Black with #979383
Text Example
Text Example
White with #979383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979383; }
p { color: rgb(151,147,131); }
H1.HeaderClassName
{
color: #979383;
}
.AnyTagClassName
{
color: #979383;
}
</style>
background-color css
<style>
a { background-color: #979383; }
a { background-color: rgb(151,147,131); }
div.DivClassName
{
background-color: #979383;
}
.BgClassName
{
background-color: #979383;
}
</style>
border-color css
<style>
span { border-color: #979383; }
span { border-color: rgb(151,147,131); }
td.TdClassName
{
border-color: #979383;
}
.TagClassName
{
border-color: #979383;
}
</style>