Shades of Olive #727000
Tints of Olive #727000
RGB
CMYK
RGB Variations
Color information
#727000 (or 0x727000) is known color: Olive. HEX triplet: 72, 70 and 00. RGB value is (114,112,0). Sum of RGB (Red+Green+Blue) = 114+112+0=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 112 (44.14% from 255 or 49.56% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #727000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727000 is #8D8FFF. Grayscale: #646464. Windows color (decimal): -9277440 or 28786. OLE color: 28786.
HSL color Cylindrical-coordinate representation of color #727000: hue angle of 58.95º 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 #727000 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 112 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.55 |
| HSL | 58.95º | 1% | 0.22% | - |
| HSV(B) | 58.95º | 1% | 0.45% | - |
| XYZ | 12.73 | 15.17 | 2.26 | - |
| YUV | 99.83 | 71.66 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 112 | 0 | 0 | 0.02 | 1 | 0.55 | 58.95 | 1 | 0.22 |
| Hex | 72 | 70 | 0 | 0 | 2 | 64 | 37 | 3B | 64 | 16 |
| Octal | 162 | 160 | 0 | 0 | 2 | 144 | 67 | 73 | 144 | 26 |
| Binary | 1110010 | 1110000 | 0 | 0 | 10 | 1100100 | 110111 | 111011 | 1100100 | 10110 |
Color Harmonies of #727000
Complementary color
Monochromatic Colors of #727000
Black with #727000
Text Example
Text Example
White with #727000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727000; }
p { color: rgb(114,112,0); }
H1.HeaderClassName
{
color: #727000;
}
.AnyTagClassName
{
color: #727000;
}
</style>
background-color css
<style>
a { background-color: #727000; }
a { background-color: rgb(114,112,0); }
div.DivClassName
{
background-color: #727000;
}
.BgClassName
{
background-color: #727000;
}
</style>
border-color css
<style>
span { border-color: #727000; }
span { border-color: rgb(114,112,0); }
td.TdClassName
{
border-color: #727000;
}
.TagClassName
{
border-color: #727000;
}
</style>