Shades of Olive #736B04
Tints of Olive #736B04
RGB
CMYK
RGB Variations
Color information
#736B04 (or 0x736B04) is known color: Olive. HEX triplet: 73, 6B and 04. RGB value is (115,107,4). Sum of RGB (Red+Green+Blue) = 115+107+4=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 107 (42.19% from 255 or 47.35% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #736B04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736B04 is #8C94FB. Grayscale: #626262. Windows color (decimal): -9213180 or 289651. OLE color: 289651.
HSL color Cylindrical-coordinate representation of color #736B04: hue angle of 55.68º degrees, saturation: 0.93, 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 #736B04 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 107 | 4 | - |
| CMYK | 0 | 0.07 | 0.97 | 0.55 |
| HSL | 55.68º | 0.93% | 0.23% | - |
| HSV(B) | 55.68º | 0.97% | 0.45% | - |
| XYZ | 12.35 | 14.17 | 2.2 | - |
| YUV | 97.65 | 75.15 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 107 | 4 | 0 | 0.07 | 0.97 | 0.55 | 55.68 | 0.93 | 0.23 |
| Hex | 73 | 6B | 4 | 0 | 7 | 61 | 37 | 38 | 5D | 17 |
| Octal | 163 | 153 | 4 | 0 | 7 | 141 | 67 | 70 | 135 | 27 |
| Binary | 1110011 | 1101011 | 100 | 0 | 111 | 1100001 | 110111 | 111000 | 1011101 | 10111 |
Color Harmonies of #736B04
Complementary color
Monochromatic Colors of #736B04
Black with #736B04
Text Example
Text Example
White with #736B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736B04; }
p { color: rgb(115,107,4); }
H1.HeaderClassName
{
color: #736B04;
}
.AnyTagClassName
{
color: #736B04;
}
</style>
background-color css
<style>
a { background-color: #736B04; }
a { background-color: rgb(115,107,4); }
div.DivClassName
{
background-color: #736B04;
}
.BgClassName
{
background-color: #736B04;
}
</style>
border-color css
<style>
span { border-color: #736B04; }
span { border-color: rgb(115,107,4); }
td.TdClassName
{
border-color: #736B04;
}
.TagClassName
{
border-color: #736B04;
}
</style>