Shades of Olive #736A03
Tints of Olive #736A03
RGB
CMYK
RGB Variations
Color information
#736A03 (or 0x736A03) is known color: Olive. HEX triplet: 73, 6A and 03. RGB value is (115,106,3). Sum of RGB (Red+Green+Blue) = 115+106+3=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 106 (41.80% from 255 or 47.32% from 224); Blue value is 3 (1.56% from 255 or 1.34% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #736A03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736A03 is #8C95FC. Grayscale: #616161. Windows color (decimal): -9213437 or 223859. OLE color: 223859.
HSL color Cylindrical-coordinate representation of color #736A03: hue angle of 55.18º 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 #736A03 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 106 | 3 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.55 |
| HSL | 55.18º | 0.95% | 0.23% | - |
| HSV(B) | 55.18º | 0.97% | 0.45% | - |
| XYZ | 12.24 | 13.96 | 2.14 | - |
| YUV | 96.95 | 74.98 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 106 | 3 | 0 | 0.08 | 0.97 | 0.55 | 55.18 | 0.95 | 0.23 |
| Hex | 73 | 6A | 3 | 0 | 8 | 61 | 37 | 37 | 5F | 17 |
| Octal | 163 | 152 | 3 | 0 | 10 | 141 | 67 | 67 | 137 | 27 |
| Binary | 1110011 | 1101010 | 11 | 0 | 1000 | 1100001 | 110111 | 110111 | 1011111 | 10111 |
Color Harmonies of #736A03
Complementary color
Monochromatic Colors of #736A03
Black with #736A03
Text Example
Text Example
White with #736A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736A03; }
p { color: rgb(115,106,3); }
H1.HeaderClassName
{
color: #736A03;
}
.AnyTagClassName
{
color: #736A03;
}
</style>
background-color css
<style>
a { background-color: #736A03; }
a { background-color: rgb(115,106,3); }
div.DivClassName
{
background-color: #736A03;
}
.BgClassName
{
background-color: #736A03;
}
</style>
border-color css
<style>
span { border-color: #736A03; }
span { border-color: rgb(115,106,3); }
td.TdClassName
{
border-color: #736A03;
}
.TagClassName
{
border-color: #736A03;
}
</style>