Shades of Olive #727C00
Tints of Olive #727C00
RGB
CMYK
RGB Variations
Color information
#727C00 (or 0x727C00) is known color: Olive. HEX triplet: 72, 7C and 00. RGB value is (114,124,0). Sum of RGB (Red+Green+Blue) = 114+124+0=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 124 (48.83% from 255 or 52.10% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 124 - color contains mainly: green. Hex color #727C00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727C00 is #8D83FF. Grayscale: #6B6B6B. Windows color (decimal): -9274368 or 31858. OLE color: 31858.
HSL color Cylindrical-coordinate representation of color #727C00: hue angle of 64.84º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #727C00 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 124 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.51 |
| HSL | 64.84º | 1% | 0.24% | - |
| HSV(B) | 64.84º | 1% | 0.49% | - |
| XYZ | 14.15 | 17.99 | 2.73 | - |
| YUV | 106.87 | 67.69 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 124 | 0 | 0.08 | 0 | 1 | 0.51 | 64.84 | 1 | 0.24 |
| Hex | 72 | 7C | 0 | 8 | 0 | 64 | 33 | 41 | 64 | 18 |
| Octal | 162 | 174 | 0 | 10 | 0 | 144 | 63 | 101 | 144 | 30 |
| Binary | 1110010 | 1111100 | 0 | 1000 | 0 | 1100100 | 110011 | 1000001 | 1100100 | 11000 |
Color Harmonies of #727C00
Complementary color
Monochromatic Colors of #727C00
Black with #727C00
Text Example
Text Example
White with #727C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727C00; }
p { color: rgb(114,124,0); }
H1.HeaderClassName
{
color: #727C00;
}
.AnyTagClassName
{
color: #727C00;
}
</style>
background-color css
<style>
a { background-color: #727C00; }
a { background-color: rgb(114,124,0); }
div.DivClassName
{
background-color: #727C00;
}
.BgClassName
{
background-color: #727C00;
}
</style>
border-color css
<style>
span { border-color: #727C00; }
span { border-color: rgb(114,124,0); }
td.TdClassName
{
border-color: #727C00;
}
.TagClassName
{
border-color: #727C00;
}
</style>