Shades of Olive #727F04
Tints of Olive #727F04
RGB
CMYK
RGB Variations
Color information
#727F04 (or 0x727F04) is known color: Olive. HEX triplet: 72, 7F and 04. RGB value is (114,127,4). Sum of RGB (Red+Green+Blue) = 114+127+4=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 127 (50% from 255 or 51.84% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 127 - color contains mainly: green. Hex color #727F04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727F04 is #8D80FB. Grayscale: #6D6D6D. Windows color (decimal): -9273596 or 294770. OLE color: 294770.
HSL color Cylindrical-coordinate representation of color #727F04: hue angle of 66.34º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #727F04 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 114 | 127 | 4 | - |
| CMYK | 0.10 | 0 | 0.97 | 0.50 |
| HSL | 66.34º | 0.94% | 0.26% | - |
| HSV(B) | 66.34º | 0.97% | 0.5% | - |
| XYZ | 14.55 | 18.76 | 2.97 | - |
| YUV | 109.09 | 68.69 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 127 | 4 | 0.10 | 0 | 0.97 | 0.50 | 66.34 | 0.94 | 0.26 |
| Hex | 72 | 7F | 4 | A | 0 | 61 | 32 | 42 | 5E | 1A |
| Octal | 162 | 177 | 4 | 12 | 0 | 141 | 62 | 102 | 136 | 32 |
| Binary | 1110010 | 1111111 | 100 | 1010 | 0 | 1100001 | 110010 | 1000010 | 1011110 | 11010 |
Color Harmonies of #727F04
Complementary color
Monochromatic Colors of #727F04
Black with #727F04
Text Example
Text Example
White with #727F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727F04; }
p { color: rgb(114,127,4); }
H1.HeaderClassName
{
color: #727F04;
}
.AnyTagClassName
{
color: #727F04;
}
</style>
background-color css
<style>
a { background-color: #727F04; }
a { background-color: rgb(114,127,4); }
div.DivClassName
{
background-color: #727F04;
}
.BgClassName
{
background-color: #727F04;
}
</style>
border-color css
<style>
span { border-color: #727F04; }
span { border-color: rgb(114,127,4); }
td.TdClassName
{
border-color: #727F04;
}
.TagClassName
{
border-color: #727F04;
}
</style>