Shades of Olive #726C04
Tints of Olive #726C04
RGB
CMYK
RGB Variations
Color information
#726C04 (or 0x726C04) is known color: Olive. HEX triplet: 72, 6C and 04. RGB value is (114,108,4). Sum of RGB (Red+Green+Blue) = 114+108+4=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 108 (42.58% from 255 or 47.79% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #726C04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726C04 is #8D93FB. Grayscale: #626262. Windows color (decimal): -9278460 or 289906. OLE color: 289906.
HSL color Cylindrical-coordinate representation of color #726C04: hue angle of 56.73º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #726C04 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 108 | 4 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.55 |
| HSL | 56.73º | 0.93% | 0.23% | - |
| HSV(B) | 56.73º | 0.96% | 0.45% | - |
| XYZ | 12.32 | 14.31 | 2.23 | - |
| YUV | 97.94 | 74.99 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 4 | 0 | 0.05 | 0.96 | 0.55 | 56.73 | 0.93 | 0.23 |
| Hex | 72 | 6C | 4 | 0 | 5 | 60 | 37 | 39 | 5D | 17 |
| Octal | 162 | 154 | 4 | 0 | 5 | 140 | 67 | 71 | 135 | 27 |
| Binary | 1110010 | 1101100 | 100 | 0 | 101 | 1100000 | 110111 | 111001 | 1011101 | 10111 |
Color Harmonies of #726C04
Complementary color
Monochromatic Colors of #726C04
Black with #726C04
Text Example
Text Example
White with #726C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726C04; }
p { color: rgb(114,108,4); }
H1.HeaderClassName
{
color: #726C04;
}
.AnyTagClassName
{
color: #726C04;
}
</style>
background-color css
<style>
a { background-color: #726C04; }
a { background-color: rgb(114,108,4); }
div.DivClassName
{
background-color: #726C04;
}
.BgClassName
{
background-color: #726C04;
}
</style>
border-color css
<style>
span { border-color: #726C04; }
span { border-color: rgb(114,108,4); }
td.TdClassName
{
border-color: #726C04;
}
.TagClassName
{
border-color: #726C04;
}
</style>