Shades of Olive #968403
Tints of Olive #968403
RGB
CMYK
RGB Variations
Color information
#968403 (or 0x968403) is known color: Olive. HEX triplet: 96, 84 and 03. RGB value is (150,132,3). Sum of RGB (Red+Green+Blue) = 150+132+3=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 3 (1.56% from 255 or 1.05% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #968403 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968403 is #697BFC. Grayscale: #7B7B7B. Windows color (decimal): -6913021 or 230550. OLE color: 230550.
HSL color Cylindrical-coordinate representation of color #968403: hue angle of 52.65º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #968403 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 132 | 3 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.41 |
| HSL | 52.65º | 0.96% | 0.3% | - |
| HSV(B) | 52.65º | 0.98% | 0.59% | - |
| XYZ | 20.85 | 22.99 | 3.43 | - |
| YUV | 122.68 | 60.46 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 132 | 3 | 0 | 0.12 | 0.98 | 0.41 | 52.65 | 0.96 | 0.3 |
| Hex | 96 | 84 | 3 | 0 | C | 62 | 29 | 35 | 60 | 1E |
| Octal | 226 | 204 | 3 | 0 | 14 | 142 | 51 | 65 | 140 | 36 |
| Binary | 10010110 | 10000100 | 11 | 0 | 1100 | 1100010 | 101001 | 110101 | 1100000 | 11110 |
Color Harmonies of #968403
Complementary color
Monochromatic Colors of #968403
Black with #968403
Text Example
Text Example
White with #968403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968403; }
p { color: rgb(150,132,3); }
H1.HeaderClassName
{
color: #968403;
}
.AnyTagClassName
{
color: #968403;
}
</style>
background-color css
<style>
a { background-color: #968403; }
a { background-color: rgb(150,132,3); }
div.DivClassName
{
background-color: #968403;
}
.BgClassName
{
background-color: #968403;
}
</style>
border-color css
<style>
span { border-color: #968403; }
span { border-color: rgb(150,132,3); }
td.TdClassName
{
border-color: #968403;
}
.TagClassName
{
border-color: #968403;
}
</style>