Shades of Olive #736603
Tints of Olive #736603
RGB
CMYK
RGB Variations
Color information
#736603 (or 0x736603) is known color: Olive. HEX triplet: 73, 66 and 03. RGB value is (115,102,3). Sum of RGB (Red+Green+Blue) = 115+102+3=220 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.27% from 220); Green value is 102 (40.23% from 255 or 46.36% from 220); Blue value is 3 (1.56% from 255 or 1.36% from 220); Max value from RGB is 115 - color contains mainly: red. Hex color #736603 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736603 is #8C99FC. Grayscale: #5F5F5F. Windows color (decimal): -9214461 or 222835. OLE color: 222835.
HSL color Cylindrical-coordinate representation of color #736603: hue angle of 53.04º 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 #736603 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 102 | 3 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.55 |
| HSL | 53.04º | 0.95% | 0.23% | - |
| HSV(B) | 53.04º | 0.97% | 0.45% | - |
| XYZ | 11.84 | 13.15 | 2 | - |
| YUV | 94.6 | 76.31 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 102 | 3 | 0 | 0.11 | 0.97 | 0.55 | 53.04 | 0.95 | 0.23 |
| Hex | 73 | 66 | 3 | 0 | B | 61 | 37 | 35 | 5F | 17 |
| Octal | 163 | 146 | 3 | 0 | 13 | 141 | 67 | 65 | 137 | 27 |
| Binary | 1110011 | 1100110 | 11 | 0 | 1011 | 1100001 | 110111 | 110101 | 1011111 | 10111 |
Color Harmonies of #736603
Complementary color
Monochromatic Colors of #736603
Black with #736603
Text Example
Text Example
White with #736603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736603; }
p { color: rgb(115,102,3); }
H1.HeaderClassName
{
color: #736603;
}
.AnyTagClassName
{
color: #736603;
}
</style>
background-color css
<style>
a { background-color: #736603; }
a { background-color: rgb(115,102,3); }
div.DivClassName
{
background-color: #736603;
}
.BgClassName
{
background-color: #736603;
}
</style>
border-color css
<style>
span { border-color: #736603; }
span { border-color: rgb(115,102,3); }
td.TdClassName
{
border-color: #736603;
}
.TagClassName
{
border-color: #736603;
}
</style>