Shades of Olive #726F05
Tints of Olive #726F05
RGB
CMYK
RGB Variations
Color information
#726F05 (or 0x726F05) is known color: Olive. HEX triplet: 72, 6F and 05. RGB value is (114,111,5). Sum of RGB (Red+Green+Blue) = 114+111+5=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 111 (43.75% from 255 or 48.26% from 230); Blue value is 5 (2.34% from 255 or 2.17% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #726F05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726F05 is #8D90FA. Grayscale: #646464. Windows color (decimal): -9277691 or 356210. OLE color: 356210.
HSL color Cylindrical-coordinate representation of color #726F05: hue angle of 58.35º degrees, saturation: 0.92, 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 #726F05 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 111 | 5 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.55 |
| HSL | 58.35º | 0.92% | 0.23% | - |
| HSV(B) | 58.35º | 0.96% | 0.45% | - |
| XYZ | 12.65 | 14.96 | 2.36 | - |
| YUV | 99.81 | 74.49 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 5 | 0 | 0.03 | 0.96 | 0.55 | 58.35 | 0.92 | 0.23 |
| Hex | 72 | 6F | 5 | 0 | 3 | 60 | 37 | 3A | 5C | 17 |
| Octal | 162 | 157 | 5 | 0 | 3 | 140 | 67 | 72 | 134 | 27 |
| Binary | 1110010 | 1101111 | 101 | 0 | 11 | 1100000 | 110111 | 111010 | 1011100 | 10111 |
Color Harmonies of #726F05
Complementary color
Monochromatic Colors of #726F05
Black with #726F05
Text Example
Text Example
White with #726F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726F05; }
p { color: rgb(114,111,5); }
H1.HeaderClassName
{
color: #726F05;
}
.AnyTagClassName
{
color: #726F05;
}
</style>
background-color css
<style>
a { background-color: #726F05; }
a { background-color: rgb(114,111,5); }
div.DivClassName
{
background-color: #726F05;
}
.BgClassName
{
background-color: #726F05;
}
</style>
border-color css
<style>
span { border-color: #726F05; }
span { border-color: rgb(114,111,5); }
td.TdClassName
{
border-color: #726F05;
}
.TagClassName
{
border-color: #726F05;
}
</style>