Shades of Olive #968304
Tints of Olive #968304
RGB
CMYK
RGB Variations
Color information
#968304 (or 0x968304) is known color: Olive. HEX triplet: 96, 83 and 04. RGB value is (150,131,4). Sum of RGB (Red+Green+Blue) = 150+131+4=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 4 (1.95% from 255 or 1.40% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #968304 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968304 is #697CFB. Grayscale: #7A7A7A. Windows color (decimal): -6913276 or 295830. OLE color: 295830.
HSL color Cylindrical-coordinate representation of color #968304: hue angle of 52.19º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #968304 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 131 | 4 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.41 |
| HSL | 52.19º | 0.95% | 0.3% | - |
| HSV(B) | 52.19º | 0.97% | 0.59% | - |
| XYZ | 20.72 | 22.73 | 3.41 | - |
| YUV | 122.2 | 61.29 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 131 | 4 | 0 | 0.13 | 0.97 | 0.41 | 52.19 | 0.95 | 0.3 |
| Hex | 96 | 83 | 4 | 0 | D | 61 | 29 | 34 | 5F | 1E |
| Octal | 226 | 203 | 4 | 0 | 15 | 141 | 51 | 64 | 137 | 36 |
| Binary | 10010110 | 10000011 | 100 | 0 | 1101 | 1100001 | 101001 | 110100 | 1011111 | 11110 |
Color Harmonies of #968304
Complementary color
Monochromatic Colors of #968304
Black with #968304
Text Example
Text Example
White with #968304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968304; }
p { color: rgb(150,131,4); }
H1.HeaderClassName
{
color: #968304;
}
.AnyTagClassName
{
color: #968304;
}
</style>
background-color css
<style>
a { background-color: #968304; }
a { background-color: rgb(150,131,4); }
div.DivClassName
{
background-color: #968304;
}
.BgClassName
{
background-color: #968304;
}
</style>
border-color css
<style>
span { border-color: #968304; }
span { border-color: rgb(150,131,4); }
td.TdClassName
{
border-color: #968304;
}
.TagClassName
{
border-color: #968304;
}
</style>