Shades of Olive #729503
Tints of Olive #729503
RGB
CMYK
RGB Variations
Color information
#729503 (or 0x729503) is known color: Olive. HEX triplet: 72, 95 and 03. RGB value is (114,149,3). Sum of RGB (Red+Green+Blue) = 114+149+3=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 149 (58.59% from 255 or 56.02% from 266); Blue value is 3 (1.56% from 255 or 1.13% from 266); Max value from RGB is 149 - color contains mainly: green. Hex color #729503 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729503 is #8D6AFC. Grayscale: #7A7A7A. Windows color (decimal): -9267965 or 234866. OLE color: 234866.
HSL color Cylindrical-coordinate representation of color #729503: hue angle of 74.38º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #729503 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 149 | 3 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.42 |
| HSL | 74.38º | 0.96% | 0.3% | - |
| HSV(B) | 74.38º | 0.98% | 0.58% | - |
| XYZ | 17.7 | 25.08 | 3.99 | - |
| YUV | 121.89 | 60.9 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 149 | 3 | 0.23 | 0 | 0.98 | 0.42 | 74.38 | 0.96 | 0.3 |
| Hex | 72 | 95 | 3 | 17 | 0 | 62 | 2A | 4A | 60 | 1E |
| Octal | 162 | 225 | 3 | 27 | 0 | 142 | 52 | 112 | 140 | 36 |
| Binary | 1110010 | 10010101 | 11 | 10111 | 0 | 1100010 | 101010 | 1001010 | 1100000 | 11110 |
Color Harmonies of #729503
Complementary color
Monochromatic Colors of #729503
Black with #729503
Text Example
Text Example
White with #729503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729503; }
p { color: rgb(114,149,3); }
H1.HeaderClassName
{
color: #729503;
}
.AnyTagClassName
{
color: #729503;
}
</style>
background-color css
<style>
a { background-color: #729503; }
a { background-color: rgb(114,149,3); }
div.DivClassName
{
background-color: #729503;
}
.BgClassName
{
background-color: #729503;
}
</style>
border-color css
<style>
span { border-color: #729503; }
span { border-color: rgb(114,149,3); }
td.TdClassName
{
border-color: #729503;
}
.TagClassName
{
border-color: #729503;
}
</style>