Shades of Grey Olive #969386
Tints of Grey Olive #969386
RGB
CMYK
RGB Variations
Color information
#969386 (or 0x969386) is known color: Grey Olive. HEX triplet: 96, 93 and 86. RGB value is (150,147,134). Sum of RGB (Red+Green+Blue) = 150+147+134=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 150 - color contains mainly: red. Hex color #969386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969386 is #696C79. Grayscale: #929292. Windows color (decimal): -6909050 or 8819606. OLE color: 8819606.
HSL color Cylindrical-coordinate representation of color #969386: hue angle of 48.75º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #969386 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 147 | 134 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.41 |
| HSL | 48.75º | 0.07% | 0.56% | - |
| HSV(B) | 48.75º | 0.11% | 0.59% | - |
| XYZ | 27.31 | 29.07 | 26.73 | - |
| YUV | 146.42 | 120.99 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 147 | 134 | 0 | 0.02 | 0.11 | 0.41 | 48.75 | 0.07 | 0.56 |
| Hex | 96 | 93 | 86 | 0 | 2 | B | 29 | 31 | 7 | 38 |
| Octal | 226 | 223 | 206 | 0 | 2 | 13 | 51 | 61 | 7 | 70 |
| Binary | 10010110 | 10010011 | 10000110 | 0 | 10 | 1011 | 101001 | 110001 | 111 | 111000 |
Color Harmonies of #969386
Complementary color
Monochromatic Colors of #969386
Black with #969386
Text Example
Text Example
White with #969386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969386; }
p { color: rgb(150,147,134); }
H1.HeaderClassName
{
color: #969386;
}
.AnyTagClassName
{
color: #969386;
}
</style>
background-color css
<style>
a { background-color: #969386; }
a { background-color: rgb(150,147,134); }
div.DivClassName
{
background-color: #969386;
}
.BgClassName
{
background-color: #969386;
}
</style>
border-color css
<style>
span { border-color: #969386; }
span { border-color: rgb(150,147,134); }
td.TdClassName
{
border-color: #969386;
}
.TagClassName
{
border-color: #969386;
}
</style>