Shades of Grey Olive #969384
Tints of Grey Olive #969384
RGB
CMYK
RGB Variations
Color information
#969384 (or 0x969384) is known color: Grey Olive. HEX triplet: 96, 93 and 84. RGB value is (150,147,132). Sum of RGB (Red+Green+Blue) = 150+147+132=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 132 (51.95% from 255 or 30.77% from 429); Max value from RGB is 150 - color contains mainly: red. Hex color #969384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969384 is #696C7B. Grayscale: #929292. Windows color (decimal): -6909052 or 8688534. OLE color: 8688534.
HSL color Cylindrical-coordinate representation of color #969384: hue angle of 50º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #969384 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 147 | 132 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.41 |
| HSL | 50º | 0.08% | 0.55% | - |
| HSV(B) | 50º | 0.12% | 0.59% | - |
| XYZ | 27.18 | 29.02 | 26 | - |
| YUV | 146.19 | 119.99 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 147 | 132 | 0 | 0.02 | 0.12 | 0.41 | 50 | 0.08 | 0.55 |
| Hex | 96 | 93 | 84 | 0 | 2 | C | 29 | 32 | 8 | 37 |
| Octal | 226 | 223 | 204 | 0 | 2 | 14 | 51 | 62 | 10 | 67 |
| Binary | 10010110 | 10010011 | 10000100 | 0 | 10 | 1100 | 101001 | 110010 | 1000 | 110111 |
Color Harmonies of #969384
Complementary color
Monochromatic Colors of #969384
Black with #969384
Text Example
Text Example
White with #969384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969384; }
p { color: rgb(150,147,132); }
H1.HeaderClassName
{
color: #969384;
}
.AnyTagClassName
{
color: #969384;
}
</style>
background-color css
<style>
a { background-color: #969384; }
a { background-color: rgb(150,147,132); }
div.DivClassName
{
background-color: #969384;
}
.BgClassName
{
background-color: #969384;
}
</style>
border-color css
<style>
span { border-color: #969384; }
span { border-color: rgb(150,147,132); }
td.TdClassName
{
border-color: #969384;
}
.TagClassName
{
border-color: #969384;
}
</style>