Shades of Olive #727A00
Tints of Olive #727A00
RGB
CMYK
RGB Variations
Color information
#727A00 (or 0x727A00) is known color: Olive. HEX triplet: 72, 7A and 00. RGB value is (114,122,0). Sum of RGB (Red+Green+Blue) = 114+122+0=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 122 (48.05% from 255 or 51.69% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 122 - color contains mainly: green. Hex color #727A00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727A00 is #8D85FF. Grayscale: #6A6A6A. Windows color (decimal): -9274880 or 31346. OLE color: 31346.
HSL color Cylindrical-coordinate representation of color #727A00: hue angle of 63.93º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #727A00 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 122 | 0 | - |
| CMYK | 0.07 | 0 | 1 | 0.52 |
| HSL | 63.93º | 1% | 0.24% | - |
| HSV(B) | 63.93º | 1% | 0.48% | - |
| XYZ | 13.9 | 17.5 | 2.64 | - |
| YUV | 105.7 | 68.35 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 122 | 0 | 0.07 | 0 | 1 | 0.52 | 63.93 | 1 | 0.24 |
| Hex | 72 | 7A | 0 | 7 | 0 | 64 | 34 | 40 | 64 | 18 |
| Octal | 162 | 172 | 0 | 7 | 0 | 144 | 64 | 100 | 144 | 30 |
| Binary | 1110010 | 1111010 | 0 | 111 | 0 | 1100100 | 110100 | 1000000 | 1100100 | 11000 |
Color Harmonies of #727A00
Complementary color
Monochromatic Colors of #727A00
Black with #727A00
Text Example
Text Example
White with #727A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727A00; }
p { color: rgb(114,122,0); }
H1.HeaderClassName
{
color: #727A00;
}
.AnyTagClassName
{
color: #727A00;
}
</style>
background-color css
<style>
a { background-color: #727A00; }
a { background-color: rgb(114,122,0); }
div.DivClassName
{
background-color: #727A00;
}
.BgClassName
{
background-color: #727A00;
}
</style>
border-color css
<style>
span { border-color: #727A00; }
span { border-color: rgb(114,122,0); }
td.TdClassName
{
border-color: #727A00;
}
.TagClassName
{
border-color: #727A00;
}
</style>