Shades of Grey Olive #969280
Tints of Grey Olive #969280
RGB
CMYK
RGB Variations
Color information
#969280 (or 0x969280) is known color: Grey Olive. HEX triplet: 96, 92 and 80. RGB value is (150,146,128). Sum of RGB (Red+Green+Blue) = 150+146+128=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 146 (57.42% from 255 or 34.43% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 150 - color contains mainly: red. Hex color #969280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969280 is #696D7F. Grayscale: #919191. Windows color (decimal): -6909312 or 8426134. OLE color: 8426134.
HSL color Cylindrical-coordinate representation of color #969280: hue angle of 49.09º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #969280 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 146 | 128 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.41 |
| HSL | 49.09º | 0.09% | 0.55% | - |
| HSV(B) | 49.09º | 0.15% | 0.59% | - |
| XYZ | 26.75 | 28.6 | 24.53 | - |
| YUV | 145.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 146 | 128 | 0 | 0.03 | 0.15 | 0.41 | 49.09 | 0.09 | 0.55 |
| Hex | 96 | 92 | 80 | 0 | 3 | F | 29 | 31 | 9 | 37 |
| Octal | 226 | 222 | 200 | 0 | 3 | 17 | 51 | 61 | 11 | 67 |
| Binary | 10010110 | 10010010 | 10000000 | 0 | 11 | 1111 | 101001 | 110001 | 1001 | 110111 |
Color Harmonies of #969280
Complementary color
Monochromatic Colors of #969280
Black with #969280
Text Example
Text Example
White with #969280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969280; }
p { color: rgb(150,146,128); }
H1.HeaderClassName
{
color: #969280;
}
.AnyTagClassName
{
color: #969280;
}
</style>
background-color css
<style>
a { background-color: #969280; }
a { background-color: rgb(150,146,128); }
div.DivClassName
{
background-color: #969280;
}
.BgClassName
{
background-color: #969280;
}
</style>
border-color css
<style>
span { border-color: #969280; }
span { border-color: rgb(150,146,128); }
td.TdClassName
{
border-color: #969280;
}
.TagClassName
{
border-color: #969280;
}
</style>