Shades of Olive #726A00
Tints of Olive #726A00
RGB
CMYK
RGB Variations
Color information
#726A00 (or 0x726A00) is known color: Olive. HEX triplet: 72, 6A and 00. RGB value is (114,106,0). Sum of RGB (Red+Green+Blue) = 114+106+0=220 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.82% from 220); Green value is 106 (41.80% from 255 or 48.18% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 114 - color contains mainly: red. Hex color #726A00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726A00 is #8D95FF. Grayscale: #606060. Windows color (decimal): -9278976 or 27250. OLE color: 27250.
HSL color Cylindrical-coordinate representation of color #726A00: hue angle of 55.79º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #726A00 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 106 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.55 |
| HSL | 55.79º | 1% | 0.22% | - |
| HSV(B) | 55.79º | 1% | 0.45% | - |
| XYZ | 12.09 | 13.89 | 2.04 | - |
| YUV | 96.31 | 73.65 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 106 | 0 | 0 | 0.07 | 1 | 0.55 | 55.79 | 1 | 0.22 |
| Hex | 72 | 6A | 0 | 0 | 7 | 64 | 37 | 38 | 64 | 16 |
| Octal | 162 | 152 | 0 | 0 | 7 | 144 | 67 | 70 | 144 | 26 |
| Binary | 1110010 | 1101010 | 0 | 0 | 111 | 1100100 | 110111 | 111000 | 1100100 | 10110 |
Color Harmonies of #726A00
Complementary color
Monochromatic Colors of #726A00
Black with #726A00
Text Example
Text Example
White with #726A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726A00; }
p { color: rgb(114,106,0); }
H1.HeaderClassName
{
color: #726A00;
}
.AnyTagClassName
{
color: #726A00;
}
</style>
background-color css
<style>
a { background-color: #726A00; }
a { background-color: rgb(114,106,0); }
div.DivClassName
{
background-color: #726A00;
}
.BgClassName
{
background-color: #726A00;
}
</style>
border-color css
<style>
span { border-color: #726A00; }
span { border-color: rgb(114,106,0); }
td.TdClassName
{
border-color: #726A00;
}
.TagClassName
{
border-color: #726A00;
}
</style>