Shades of Olive #726F07
Tints of Olive #726F07
RGB
CMYK
RGB Variations
Color information
#726F07 (or 0x726F07) is known color: Olive. HEX triplet: 72, 6F and 07. RGB value is (114,111,7). Sum of RGB (Red+Green+Blue) = 114+111+7=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 111 (43.75% from 255 or 47.84% from 232); Blue value is 7 (3.12% from 255 or 3.02% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #726F07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726F07 is #8D90F8. Grayscale: #646464. Windows color (decimal): -9277689 or 487282. OLE color: 487282.
HSL color Cylindrical-coordinate representation of color #726F07: hue angle of 58.32º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #726F07 is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 111 | 7 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.55 |
| HSL | 58.32º | 0.88% | 0.24% | - |
| HSV(B) | 58.32º | 0.94% | 0.45% | - |
| XYZ | 12.66 | 14.96 | 2.42 | - |
| YUV | 100.04 | 75.49 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 7 | 0 | 0.03 | 0.94 | 0.55 | 58.32 | 0.88 | 0.24 |
| Hex | 72 | 6F | 7 | 0 | 3 | 5E | 37 | 3A | 58 | 18 |
| Octal | 162 | 157 | 7 | 0 | 3 | 136 | 67 | 72 | 130 | 30 |
| Binary | 1110010 | 1101111 | 111 | 0 | 11 | 1011110 | 110111 | 111010 | 1011000 | 11000 |
Color Harmonies of #726F07
Complementary color
Monochromatic Colors of #726F07
Black with #726F07
Text Example
Text Example
White with #726F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726F07; }
p { color: rgb(114,111,7); }
H1.HeaderClassName
{
color: #726F07;
}
.AnyTagClassName
{
color: #726F07;
}
</style>
background-color css
<style>
a { background-color: #726F07; }
a { background-color: rgb(114,111,7); }
div.DivClassName
{
background-color: #726F07;
}
.BgClassName
{
background-color: #726F07;
}
</style>
border-color css
<style>
span { border-color: #726F07; }
span { border-color: rgb(114,111,7); }
td.TdClassName
{
border-color: #726F07;
}
.TagClassName
{
border-color: #726F07;
}
</style>