Shades of Olive #726D03
Tints of Olive #726D03
RGB
CMYK
RGB Variations
Color information
#726D03 (or 0x726D03) is known color: Olive. HEX triplet: 72, 6D and 03. RGB value is (114,109,3). Sum of RGB (Red+Green+Blue) = 114+109+3=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 109 (42.97% from 255 or 48.23% from 226); Blue value is 3 (1.56% from 255 or 1.33% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #726D03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726D03 is #8D92FC. Grayscale: #626262. Windows color (decimal): -9278205 or 224626. OLE color: 224626.
HSL color Cylindrical-coordinate representation of color #726D03: hue angle of 57.3º 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 #726D03 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 109 | 3 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.55 |
| HSL | 57.3º | 0.95% | 0.23% | - |
| HSV(B) | 57.3º | 0.97% | 0.45% | - |
| XYZ | 12.42 | 14.52 | 2.23 | - |
| YUV | 98.41 | 74.16 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 109 | 3 | 0 | 0.04 | 0.97 | 0.55 | 57.3 | 0.95 | 0.23 |
| Hex | 72 | 6D | 3 | 0 | 4 | 61 | 37 | 39 | 5F | 17 |
| Octal | 162 | 155 | 3 | 0 | 4 | 141 | 67 | 71 | 137 | 27 |
| Binary | 1110010 | 1101101 | 11 | 0 | 100 | 1100001 | 110111 | 111001 | 1011111 | 10111 |
Color Harmonies of #726D03
Complementary color
Monochromatic Colors of #726D03
Black with #726D03
Text Example
Text Example
White with #726D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726D03; }
p { color: rgb(114,109,3); }
H1.HeaderClassName
{
color: #726D03;
}
.AnyTagClassName
{
color: #726D03;
}
</style>
background-color css
<style>
a { background-color: #726D03; }
a { background-color: rgb(114,109,3); }
div.DivClassName
{
background-color: #726D03;
}
.BgClassName
{
background-color: #726D03;
}
</style>
border-color css
<style>
span { border-color: #726D03; }
span { border-color: rgb(114,109,3); }
td.TdClassName
{
border-color: #726D03;
}
.TagClassName
{
border-color: #726D03;
}
</style>