Shades of Olive #728104
Tints of Olive #728104
RGB
CMYK
RGB Variations
Color information
#728104 (or 0x728104) is known color: Olive. HEX triplet: 72, 81 and 04. RGB value is (114,129,4). Sum of RGB (Red+Green+Blue) = 114+129+4=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 129 (50.78% from 255 or 52.23% from 247); Blue value is 4 (1.95% from 255 or 1.62% from 247); Max value from RGB is 129 - color contains mainly: green. Hex color #728104 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728104 is #8D7EFB. Grayscale: #6E6E6E. Windows color (decimal): -9273084 or 295282. OLE color: 295282.
HSL color Cylindrical-coordinate representation of color #728104: hue angle of 67.2º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #728104 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 129 | 4 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.49 |
| HSL | 67.2º | 0.94% | 0.26% | - |
| HSV(B) | 67.2º | 0.97% | 0.51% | - |
| XYZ | 14.81 | 19.29 | 3.06 | - |
| YUV | 110.27 | 68.03 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 129 | 4 | 0.12 | 0 | 0.97 | 0.49 | 67.2 | 0.94 | 0.26 |
| Hex | 72 | 81 | 4 | C | 0 | 61 | 31 | 43 | 5E | 1A |
| Octal | 162 | 201 | 4 | 14 | 0 | 141 | 61 | 103 | 136 | 32 |
| Binary | 1110010 | 10000001 | 100 | 1100 | 0 | 1100001 | 110001 | 1000011 | 1011110 | 11010 |
Color Harmonies of #728104
Complementary color
Monochromatic Colors of #728104
Black with #728104
Text Example
Text Example
White with #728104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728104; }
p { color: rgb(114,129,4); }
H1.HeaderClassName
{
color: #728104;
}
.AnyTagClassName
{
color: #728104;
}
</style>
background-color css
<style>
a { background-color: #728104; }
a { background-color: rgb(114,129,4); }
div.DivClassName
{
background-color: #728104;
}
.BgClassName
{
background-color: #728104;
}
</style>
border-color css
<style>
span { border-color: #728104; }
span { border-color: rgb(114,129,4); }
td.TdClassName
{
border-color: #728104;
}
.TagClassName
{
border-color: #728104;
}
</style>