Shades of Olive #736405
Tints of Olive #736405
RGB
CMYK
RGB Variations
Color information
#736405 (or 0x736405) is known color: Olive. HEX triplet: 73, 64 and 05. RGB value is (115,100,5). Sum of RGB (Red+Green+Blue) = 115+100+5=220 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.27% from 220); Green value is 100 (39.45% from 255 or 45.45% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 115 - color contains mainly: red. Hex color #736405 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736405 is #8C9BFA. Grayscale: #5E5E5E. Windows color (decimal): -9214971 or 353395. OLE color: 353395.
HSL color Cylindrical-coordinate representation of color #736405: hue angle of 51.82º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #736405 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 100 | 5 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.55 |
| HSL | 51.82º | 0.92% | 0.24% | - |
| HSV(B) | 51.82º | 0.96% | 0.45% | - |
| XYZ | 11.65 | 12.77 | 1.99 | - |
| YUV | 93.66 | 77.97 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 100 | 5 | 0 | 0.13 | 0.96 | 0.55 | 51.82 | 0.92 | 0.24 |
| Hex | 73 | 64 | 5 | 0 | D | 60 | 37 | 34 | 5C | 18 |
| Octal | 163 | 144 | 5 | 0 | 15 | 140 | 67 | 64 | 134 | 30 |
| Binary | 1110011 | 1100100 | 101 | 0 | 1101 | 1100000 | 110111 | 110100 | 1011100 | 11000 |
Color Harmonies of #736405
Complementary color
Monochromatic Colors of #736405
Black with #736405
Text Example
Text Example
White with #736405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736405; }
p { color: rgb(115,100,5); }
H1.HeaderClassName
{
color: #736405;
}
.AnyTagClassName
{
color: #736405;
}
</style>
background-color css
<style>
a { background-color: #736405; }
a { background-color: rgb(115,100,5); }
div.DivClassName
{
background-color: #736405;
}
.BgClassName
{
background-color: #736405;
}
</style>
border-color css
<style>
span { border-color: #736405; }
span { border-color: rgb(115,100,5); }
td.TdClassName
{
border-color: #736405;
}
.TagClassName
{
border-color: #736405;
}
</style>