Shades of Olive #958403
Tints of Olive #958403
RGB
CMYK
RGB Variations
Color information
#958403 (or 0x958403) is known color: Olive. HEX triplet: 95, 84 and 03. RGB value is (149,132,3). Sum of RGB (Red+Green+Blue) = 149+132+3=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 132 (51.95% from 255 or 46.48% from 284); Blue value is 3 (1.56% from 255 or 1.06% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #958403 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958403 is #6A7BFC. Grayscale: #7A7A7A. Windows color (decimal): -6978557 or 230549. OLE color: 230549.
HSL color Cylindrical-coordinate representation of color #958403: hue angle of 53.01º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #958403 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 132 | 3 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.42 |
| HSL | 53.01º | 0.96% | 0.3% | - |
| HSV(B) | 53.01º | 0.98% | 0.58% | - |
| XYZ | 20.66 | 22.9 | 3.42 | - |
| YUV | 122.38 | 60.63 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 132 | 3 | 0 | 0.11 | 0.98 | 0.42 | 53.01 | 0.96 | 0.3 |
| Hex | 95 | 84 | 3 | 0 | B | 62 | 2A | 35 | 60 | 1E |
| Octal | 225 | 204 | 3 | 0 | 13 | 142 | 52 | 65 | 140 | 36 |
| Binary | 10010101 | 10000100 | 11 | 0 | 1011 | 1100010 | 101010 | 110101 | 1100000 | 11110 |
Color Harmonies of #958403
Complementary color
Monochromatic Colors of #958403
Black with #958403
Text Example
Text Example
White with #958403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958403; }
p { color: rgb(149,132,3); }
H1.HeaderClassName
{
color: #958403;
}
.AnyTagClassName
{
color: #958403;
}
</style>
background-color css
<style>
a { background-color: #958403; }
a { background-color: rgb(149,132,3); }
div.DivClassName
{
background-color: #958403;
}
.BgClassName
{
background-color: #958403;
}
</style>
border-color css
<style>
span { border-color: #958403; }
span { border-color: rgb(149,132,3); }
td.TdClassName
{
border-color: #958403;
}
.TagClassName
{
border-color: #958403;
}
</style>