Shades of Olive #728003
Tints of Olive #728003
RGB
CMYK
RGB Variations
Color information
#728003 (or 0x728003) is known color: Olive. HEX triplet: 72, 80 and 03. RGB value is (114,128,3). Sum of RGB (Red+Green+Blue) = 114+128+3=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 128 (50.39% from 255 or 52.24% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 128 - color contains mainly: green. Hex color #728003 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728003 is #8D7FFC. Grayscale: #6E6E6E. Windows color (decimal): -9273341 or 229490. OLE color: 229490.
HSL color Cylindrical-coordinate representation of color #728003: hue angle of 66.72º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #728003 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 114 | 128 | 3 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.50 |
| HSL | 66.72º | 0.95% | 0.26% | - |
| HSV(B) | 66.72º | 0.98% | 0.5% | - |
| XYZ | 14.68 | 19.02 | 2.98 | - |
| YUV | 109.56 | 67.86 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 128 | 3 | 0.11 | 0 | 0.98 | 0.50 | 66.72 | 0.95 | 0.26 |
| Hex | 72 | 80 | 3 | B | 0 | 62 | 32 | 43 | 5F | 1A |
| Octal | 162 | 200 | 3 | 13 | 0 | 142 | 62 | 103 | 137 | 32 |
| Binary | 1110010 | 10000000 | 11 | 1011 | 0 | 1100010 | 110010 | 1000011 | 1011111 | 11010 |
Color Harmonies of #728003
Complementary color
Monochromatic Colors of #728003
Black with #728003
Text Example
Text Example
White with #728003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728003; }
p { color: rgb(114,128,3); }
H1.HeaderClassName
{
color: #728003;
}
.AnyTagClassName
{
color: #728003;
}
</style>
background-color css
<style>
a { background-color: #728003; }
a { background-color: rgb(114,128,3); }
div.DivClassName
{
background-color: #728003;
}
.BgClassName
{
background-color: #728003;
}
</style>
border-color css
<style>
span { border-color: #728003; }
span { border-color: rgb(114,128,3); }
td.TdClassName
{
border-color: #728003;
}
.TagClassName
{
border-color: #728003;
}
</style>