Shades of Grey Olive #969380
Tints of Grey Olive #969380
RGB
CMYK
RGB Variations
Color information
#969380 (or 0x969380) is known color: Grey Olive. HEX triplet: 96, 93 and 80. RGB value is (150,147,128). Sum of RGB (Red+Green+Blue) = 150+147+128=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 150 - color contains mainly: red. Hex color #969380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969380 is #696C7F. Grayscale: #919191. Windows color (decimal): -6909056 or 8426390. OLE color: 8426390.
HSL color Cylindrical-coordinate representation of color #969380: hue angle of 51.82º 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 #969380 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 147 | 128 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.41 |
| HSL | 51.82º | 0.09% | 0.55% | - |
| HSV(B) | 51.82º | 0.15% | 0.59% | - |
| XYZ | 26.91 | 28.91 | 24.58 | - |
| YUV | 145.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 147 | 128 | 0 | 0.02 | 0.15 | 0.41 | 51.82 | 0.09 | 0.55 |
| Hex | 96 | 93 | 80 | 0 | 2 | F | 29 | 34 | 9 | 37 |
| Octal | 226 | 223 | 200 | 0 | 2 | 17 | 51 | 64 | 11 | 67 |
| Binary | 10010110 | 10010011 | 10000000 | 0 | 10 | 1111 | 101001 | 110100 | 1001 | 110111 |
Color Harmonies of #969380
Complementary color
Monochromatic Colors of #969380
Black with #969380
Text Example
Text Example
White with #969380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969380; }
p { color: rgb(150,147,128); }
H1.HeaderClassName
{
color: #969380;
}
.AnyTagClassName
{
color: #969380;
}
</style>
background-color css
<style>
a { background-color: #969380; }
a { background-color: rgb(150,147,128); }
div.DivClassName
{
background-color: #969380;
}
.BgClassName
{
background-color: #969380;
}
</style>
border-color css
<style>
span { border-color: #969380; }
span { border-color: rgb(150,147,128); }
td.TdClassName
{
border-color: #969380;
}
.TagClassName
{
border-color: #969380;
}
</style>