Shades of Olive #728703
Tints of Olive #728703
RGB
CMYK
RGB Variations
Color information
#728703 (or 0x728703) is known color: Olive. HEX triplet: 72, 87 and 03. RGB value is (114,135,3). Sum of RGB (Red+Green+Blue) = 114+135+3=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 135 (53.12% from 255 or 53.57% from 252); Blue value is 3 (1.56% from 255 or 1.19% from 252); Max value from RGB is 135 - color contains mainly: green. Hex color #728703 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728703 is #8D78FC. Grayscale: #727272. Windows color (decimal): -9271549 or 231282. OLE color: 231282.
HSL color Cylindrical-coordinate representation of color #728703: hue angle of 69.55º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #728703 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 135 | 3 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.47 |
| HSL | 69.55º | 0.96% | 0.27% | - |
| HSV(B) | 69.55º | 0.98% | 0.53% | - |
| XYZ | 15.62 | 20.91 | 3.3 | - |
| YUV | 113.67 | 65.54 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 135 | 3 | 0.16 | 0 | 0.98 | 0.47 | 69.55 | 0.96 | 0.27 |
| Hex | 72 | 87 | 3 | 10 | 0 | 62 | 2F | 46 | 60 | 1B |
| Octal | 162 | 207 | 3 | 20 | 0 | 142 | 57 | 106 | 140 | 33 |
| Binary | 1110010 | 10000111 | 11 | 10000 | 0 | 1100010 | 101111 | 1000110 | 1100000 | 11011 |
Color Harmonies of #728703
Complementary color
Monochromatic Colors of #728703
Black with #728703
Text Example
Text Example
White with #728703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728703; }
p { color: rgb(114,135,3); }
H1.HeaderClassName
{
color: #728703;
}
.AnyTagClassName
{
color: #728703;
}
</style>
background-color css
<style>
a { background-color: #728703; }
a { background-color: rgb(114,135,3); }
div.DivClassName
{
background-color: #728703;
}
.BgClassName
{
background-color: #728703;
}
</style>
border-color css
<style>
span { border-color: #728703; }
span { border-color: rgb(114,135,3); }
td.TdClassName
{
border-color: #728703;
}
.TagClassName
{
border-color: #728703;
}
</style>