Shades of Olive #727C11
Tints of Olive #727C11
RGB
CMYK
RGB Variations
Color information
#727C11 (or 0x727C11) is known color: Olive. HEX triplet: 72, 7C and 11. RGB value is (114,124,17). Sum of RGB (Red+Green+Blue) = 114+124+17=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 124 (48.83% from 255 or 48.63% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 124 - color contains mainly: green. Hex color #727C11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727C11 is #8D83EE. Grayscale: #6D6D6D. Windows color (decimal): -9274351 or 1145970. OLE color: 1145970.
HSL color Cylindrical-coordinate representation of color #727C11: hue angle of 65.61º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #727C11 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 124 | 17 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.51 |
| HSL | 65.61º | 0.76% | 0.28% | - |
| HSV(B) | 65.61º | 0.86% | 0.49% | - |
| XYZ | 14.25 | 18.03 | 3.26 | - |
| YUV | 108.81 | 76.19 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 124 | 17 | 0.08 | 0 | 0.86 | 0.51 | 65.61 | 0.76 | 0.28 |
| Hex | 72 | 7C | 11 | 8 | 0 | 56 | 33 | 42 | 4C | 1C |
| Octal | 162 | 174 | 21 | 10 | 0 | 126 | 63 | 102 | 114 | 34 |
| Binary | 1110010 | 1111100 | 10001 | 1000 | 0 | 1010110 | 110011 | 1000010 | 1001100 | 11100 |
Color Harmonies of #727C11
Complementary color
Monochromatic Colors of #727C11
Black with #727C11
Text Example
Text Example
White with #727C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727C11; }
p { color: rgb(114,124,17); }
H1.HeaderClassName
{
color: #727C11;
}
.AnyTagClassName
{
color: #727C11;
}
</style>
background-color css
<style>
a { background-color: #727C11; }
a { background-color: rgb(114,124,17); }
div.DivClassName
{
background-color: #727C11;
}
.BgClassName
{
background-color: #727C11;
}
</style>
border-color css
<style>
span { border-color: #727C11; }
span { border-color: rgb(114,124,17); }
td.TdClassName
{
border-color: #727C11;
}
.TagClassName
{
border-color: #727C11;
}
</style>