Shades of Olive #726F04
Tints of Olive #726F04
RGB
CMYK
RGB Variations
Color information
#726F04 (or 0x726F04) is known color: Olive. HEX triplet: 72, 6F and 04. RGB value is (114,111,4). Sum of RGB (Red+Green+Blue) = 114+111+4=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 111 (43.75% from 255 or 48.47% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #726F04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726F04 is #8D90FB. Grayscale: #646464. Windows color (decimal): -9277692 or 290674. OLE color: 290674.
HSL color Cylindrical-coordinate representation of color #726F04: hue angle of 58.36º 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 #726F04 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 111 | 4 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.55 |
| HSL | 58.36º | 0.93% | 0.23% | - |
| HSV(B) | 58.36º | 0.96% | 0.45% | - |
| XYZ | 12.65 | 14.96 | 2.33 | - |
| YUV | 99.7 | 73.99 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 4 | 0 | 0.03 | 0.96 | 0.55 | 58.36 | 0.93 | 0.23 |
| Hex | 72 | 6F | 4 | 0 | 3 | 60 | 37 | 3A | 5D | 17 |
| Octal | 162 | 157 | 4 | 0 | 3 | 140 | 67 | 72 | 135 | 27 |
| Binary | 1110010 | 1101111 | 100 | 0 | 11 | 1100000 | 110111 | 111010 | 1011101 | 10111 |
Color Harmonies of #726F04
Complementary color
Monochromatic Colors of #726F04
Black with #726F04
Text Example
Text Example
White with #726F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726F04; }
p { color: rgb(114,111,4); }
H1.HeaderClassName
{
color: #726F04;
}
.AnyTagClassName
{
color: #726F04;
}
</style>
background-color css
<style>
a { background-color: #726F04; }
a { background-color: rgb(114,111,4); }
div.DivClassName
{
background-color: #726F04;
}
.BgClassName
{
background-color: #726F04;
}
</style>
border-color css
<style>
span { border-color: #726F04; }
span { border-color: rgb(114,111,4); }
td.TdClassName
{
border-color: #726F04;
}
.TagClassName
{
border-color: #726F04;
}
</style>