Shades of Grey Olive #969385
Tints of Grey Olive #969385
RGB
CMYK
RGB Variations
Color information
#969385 (or 0x969385) is known color: Grey Olive. HEX triplet: 96, 93 and 85. RGB value is (150,147,133). Sum of RGB (Red+Green+Blue) = 150+147+133=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 150 - color contains mainly: red. Hex color #969385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969385 is #696C7A. Grayscale: #929292. Windows color (decimal): -6909051 or 8754070. OLE color: 8754070.
HSL color Cylindrical-coordinate representation of color #969385: hue angle of 49.41º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #969385 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 147 | 133 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.41 |
| HSL | 49.41º | 0.07% | 0.55% | - |
| HSV(B) | 49.41º | 0.11% | 0.59% | - |
| XYZ | 27.25 | 29.04 | 26.36 | - |
| YUV | 146.3 | 120.49 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 147 | 133 | 0 | 0.02 | 0.11 | 0.41 | 49.41 | 0.07 | 0.55 |
| Hex | 96 | 93 | 85 | 0 | 2 | B | 29 | 31 | 7 | 37 |
| Octal | 226 | 223 | 205 | 0 | 2 | 13 | 51 | 61 | 7 | 67 |
| Binary | 10010110 | 10010011 | 10000101 | 0 | 10 | 1011 | 101001 | 110001 | 111 | 110111 |
Color Harmonies of #969385
Complementary color
Monochromatic Colors of #969385
Black with #969385
Text Example
Text Example
White with #969385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969385; }
p { color: rgb(150,147,133); }
H1.HeaderClassName
{
color: #969385;
}
.AnyTagClassName
{
color: #969385;
}
</style>
background-color css
<style>
a { background-color: #969385; }
a { background-color: rgb(150,147,133); }
div.DivClassName
{
background-color: #969385;
}
.BgClassName
{
background-color: #969385;
}
</style>
border-color css
<style>
span { border-color: #969385; }
span { border-color: rgb(150,147,133); }
td.TdClassName
{
border-color: #969385;
}
.TagClassName
{
border-color: #969385;
}
</style>