Shades of Grey Olive #969382
Tints of Grey Olive #969382
RGB
CMYK
RGB Variations
Color information
#969382 (or 0x969382) is known color: Grey Olive. HEX triplet: 96, 93 and 82. RGB value is (150,147,130). Sum of RGB (Red+Green+Blue) = 150+147+130=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 150 - color contains mainly: red. Hex color #969382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969382 is #696C7D. Grayscale: #929292. Windows color (decimal): -6909054 or 8557462. OLE color: 8557462.
HSL color Cylindrical-coordinate representation of color #969382: hue angle of 51º 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 #969382 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 147 | 130 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.41 |
| HSL | 51º | 0.09% | 0.55% | - |
| HSV(B) | 51º | 0.13% | 0.59% | - |
| XYZ | 27.04 | 28.96 | 25.28 | - |
| YUV | 145.96 | 118.99 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 147 | 130 | 0 | 0.02 | 0.13 | 0.41 | 51 | 0.09 | 0.55 |
| Hex | 96 | 93 | 82 | 0 | 2 | D | 29 | 33 | 9 | 37 |
| Octal | 226 | 223 | 202 | 0 | 2 | 15 | 51 | 63 | 11 | 67 |
| Binary | 10010110 | 10010011 | 10000010 | 0 | 10 | 1101 | 101001 | 110011 | 1001 | 110111 |
Color Harmonies of #969382
Complementary color
Monochromatic Colors of #969382
Black with #969382
Text Example
Text Example
White with #969382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969382; }
p { color: rgb(150,147,130); }
H1.HeaderClassName
{
color: #969382;
}
.AnyTagClassName
{
color: #969382;
}
</style>
background-color css
<style>
a { background-color: #969382; }
a { background-color: rgb(150,147,130); }
div.DivClassName
{
background-color: #969382;
}
.BgClassName
{
background-color: #969382;
}
</style>
border-color css
<style>
span { border-color: #969382; }
span { border-color: rgb(150,147,130); }
td.TdClassName
{
border-color: #969382;
}
.TagClassName
{
border-color: #969382;
}
</style>