Shades of Olive #726F00
Tints of Olive #726F00
RGB
CMYK
RGB Variations
Color information
#726F00 (or 0x726F00) is known color: Olive. HEX triplet: 72, 6F and 00. RGB value is (114,111,0). Sum of RGB (Red+Green+Blue) = 114+111+0=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 111 (43.75% from 255 or 49.33% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #726F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726F00 is #8D90FF. Grayscale: #636363. Windows color (decimal): -9277696 or 28530. OLE color: 28530.
HSL color Cylindrical-coordinate representation of color #726F00: hue angle of 58.42º 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 #726F00 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 111 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.55 |
| HSL | 58.42º | 1% | 0.22% | - |
| HSV(B) | 58.42º | 1% | 0.45% | - |
| XYZ | 12.62 | 14.95 | 2.22 | - |
| YUV | 99.24 | 71.99 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 0 | 0 | 0.03 | 1 | 0.55 | 58.42 | 1 | 0.22 |
| Hex | 72 | 6F | 0 | 0 | 3 | 64 | 37 | 3A | 64 | 16 |
| Octal | 162 | 157 | 0 | 0 | 3 | 144 | 67 | 72 | 144 | 26 |
| Binary | 1110010 | 1101111 | 0 | 0 | 11 | 1100100 | 110111 | 111010 | 1100100 | 10110 |
Color Harmonies of #726F00
Complementary color
Monochromatic Colors of #726F00
Black with #726F00
Text Example
Text Example
White with #726F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726F00; }
p { color: rgb(114,111,0); }
H1.HeaderClassName
{
color: #726F00;
}
.AnyTagClassName
{
color: #726F00;
}
</style>
background-color css
<style>
a { background-color: #726F00; }
a { background-color: rgb(114,111,0); }
div.DivClassName
{
background-color: #726F00;
}
.BgClassName
{
background-color: #726F00;
}
</style>
border-color css
<style>
span { border-color: #726F00; }
span { border-color: rgb(114,111,0); }
td.TdClassName
{
border-color: #726F00;
}
.TagClassName
{
border-color: #726F00;
}
</style>