Shades of Grey Olive #969283
Tints of Grey Olive #969283
RGB
CMYK
RGB Variations
Color information
#969283 (or 0x969283) is known color: Grey Olive. HEX triplet: 96, 92 and 83. RGB value is (150,146,131). Sum of RGB (Red+Green+Blue) = 150+146+131=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 150 - color contains mainly: red. Hex color #969283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969283 is #696D7C. Grayscale: #919191. Windows color (decimal): -6909309 or 8622742. OLE color: 8622742.
HSL color Cylindrical-coordinate representation of color #969283: hue angle of 47.37º degrees, saturation: 0.08, 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 #969283 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 146 | 131 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.41 |
| HSL | 47.37º | 0.08% | 0.55% | - |
| HSV(B) | 47.37º | 0.13% | 0.59% | - |
| XYZ | 26.95 | 28.68 | 25.59 | - |
| YUV | 145.49 | 119.83 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 146 | 131 | 0 | 0.03 | 0.13 | 0.41 | 47.37 | 0.08 | 0.55 |
| Hex | 96 | 92 | 83 | 0 | 3 | D | 29 | 2F | 8 | 37 |
| Octal | 226 | 222 | 203 | 0 | 3 | 15 | 51 | 57 | 10 | 67 |
| Binary | 10010110 | 10010010 | 10000011 | 0 | 11 | 1101 | 101001 | 101111 | 1000 | 110111 |
Color Harmonies of #969283
Complementary color
Monochromatic Colors of #969283
Black with #969283
Text Example
Text Example
White with #969283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969283; }
p { color: rgb(150,146,131); }
H1.HeaderClassName
{
color: #969283;
}
.AnyTagClassName
{
color: #969283;
}
</style>
background-color css
<style>
a { background-color: #969283; }
a { background-color: rgb(150,146,131); }
div.DivClassName
{
background-color: #969283;
}
.BgClassName
{
background-color: #969283;
}
</style>
border-color css
<style>
span { border-color: #969283; }
span { border-color: rgb(150,146,131); }
td.TdClassName
{
border-color: #969283;
}
.TagClassName
{
border-color: #969283;
}
</style>