Shades of Olive #727C05
Tints of Olive #727C05
RGB
CMYK
RGB Variations
Color information
#727C05 (or 0x727C05) is known color: Olive. HEX triplet: 72, 7C and 05. RGB value is (114,124,5). Sum of RGB (Red+Green+Blue) = 114+124+5=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 124 (48.83% from 255 or 51.03% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 124 - color contains mainly: green. Hex color #727C05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727C05 is #8D83FA. Grayscale: #6B6B6B. Windows color (decimal): -9274363 or 359538. OLE color: 359538.
HSL color Cylindrical-coordinate representation of color #727C05: hue angle of 65.04º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #727C05 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 124 | 5 | - |
| CMYK | 0.08 | 0 | 0.96 | 0.51 |
| HSL | 65.04º | 0.92% | 0.25% | - |
| HSV(B) | 65.04º | 0.96% | 0.49% | - |
| XYZ | 14.17 | 18 | 2.87 | - |
| YUV | 107.44 | 70.19 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 124 | 5 | 0.08 | 0 | 0.96 | 0.51 | 65.04 | 0.92 | 0.25 |
| Hex | 72 | 7C | 5 | 8 | 0 | 60 | 33 | 41 | 5C | 19 |
| Octal | 162 | 174 | 5 | 10 | 0 | 140 | 63 | 101 | 134 | 31 |
| Binary | 1110010 | 1111100 | 101 | 1000 | 0 | 1100000 | 110011 | 1000001 | 1011100 | 11001 |
Color Harmonies of #727C05
Complementary color
Monochromatic Colors of #727C05
Black with #727C05
Text Example
Text Example
White with #727C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727C05; }
p { color: rgb(114,124,5); }
H1.HeaderClassName
{
color: #727C05;
}
.AnyTagClassName
{
color: #727C05;
}
</style>
background-color css
<style>
a { background-color: #727C05; }
a { background-color: rgb(114,124,5); }
div.DivClassName
{
background-color: #727C05;
}
.BgClassName
{
background-color: #727C05;
}
</style>
border-color css
<style>
span { border-color: #727C05; }
span { border-color: rgb(114,124,5); }
td.TdClassName
{
border-color: #727C05;
}
.TagClassName
{
border-color: #727C05;
}
</style>