Shades of Olive #736403
Tints of Olive #736403
RGB
CMYK
RGB Variations
Color information
#736403 (or 0x736403) is known color: Olive. HEX triplet: 73, 64 and 03. RGB value is (115,100,3). Sum of RGB (Red+Green+Blue) = 115+100+3=218 (28% of max value = 765). Red value is 115 (45.31% from 255 or 52.75% from 218); Green value is 100 (39.45% from 255 or 45.87% from 218); Blue value is 3 (1.56% from 255 or 1.38% from 218); Max value from RGB is 115 - color contains mainly: red. Hex color #736403 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736403 is #8C9BFC. Grayscale: #5D5D5D. Windows color (decimal): -9214973 or 222323. OLE color: 222323.
HSL color Cylindrical-coordinate representation of color #736403: hue angle of 51.96º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #736403 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 100 | 3 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.55 |
| HSL | 51.96º | 0.95% | 0.23% | - |
| HSV(B) | 51.96º | 0.97% | 0.45% | - |
| XYZ | 11.64 | 12.77 | 1.94 | - |
| YUV | 93.43 | 76.97 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 100 | 3 | 0 | 0.13 | 0.97 | 0.55 | 51.96 | 0.95 | 0.23 |
| Hex | 73 | 64 | 3 | 0 | D | 61 | 37 | 34 | 5F | 17 |
| Octal | 163 | 144 | 3 | 0 | 15 | 141 | 67 | 64 | 137 | 27 |
| Binary | 1110011 | 1100100 | 11 | 0 | 1101 | 1100001 | 110111 | 110100 | 1011111 | 10111 |
Color Harmonies of #736403
Complementary color
Monochromatic Colors of #736403
Black with #736403
Text Example
Text Example
White with #736403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736403; }
p { color: rgb(115,100,3); }
H1.HeaderClassName
{
color: #736403;
}
.AnyTagClassName
{
color: #736403;
}
</style>
background-color css
<style>
a { background-color: #736403; }
a { background-color: rgb(115,100,3); }
div.DivClassName
{
background-color: #736403;
}
.BgClassName
{
background-color: #736403;
}
</style>
border-color css
<style>
span { border-color: #736403; }
span { border-color: rgb(115,100,3); }
td.TdClassName
{
border-color: #736403;
}
.TagClassName
{
border-color: #736403;
}
</style>