Shades of Camouflage Green #727C65
Tints of Camouflage Green #727C65
RGB
CMYK
RGB Variations
Color information
#727C65 (or 0x727C65) is known color: Camouflage Green. HEX triplet: 72, 7C and 65. RGB value is (114,124,101). Sum of RGB (Red+Green+Blue) = 114+124+101=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 124 - color contains mainly: green. Hex color #727C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727C65 is #8D839A. Grayscale: #767676. Windows color (decimal): -9274267 or 6650994. OLE color: 6650994.
HSL color Cylindrical-coordinate representation of color #727C65: hue angle of 86.09º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #727C65 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 124 | 101 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.51 |
| HSL | 86.09º | 0.1% | 0.44% | - |
| HSV(B) | 86.09º | 0.19% | 0.49% | - |
| XYZ | 16.5 | 18.93 | 15.1 | - |
| YUV | 118.39 | 118.19 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 124 | 101 | 0.08 | 0 | 0.19 | 0.51 | 86.09 | 0.1 | 0.44 |
| Hex | 72 | 7C | 65 | 8 | 0 | 13 | 33 | 56 | A | 2C |
| Octal | 162 | 174 | 145 | 10 | 0 | 23 | 63 | 126 | 12 | 54 |
| Binary | 1110010 | 1111100 | 1100101 | 1000 | 0 | 10011 | 110011 | 1010110 | 1010 | 101100 |
Color Harmonies of #727C65
Complementary color
Monochromatic Colors of #727C65
Black with #727C65
Text Example
Text Example
White with #727C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727C65; }
p { color: rgb(114,124,101); }
H1.HeaderClassName
{
color: #727C65;
}
.AnyTagClassName
{
color: #727C65;
}
</style>
background-color css
<style>
a { background-color: #727C65; }
a { background-color: rgb(114,124,101); }
div.DivClassName
{
background-color: #727C65;
}
.BgClassName
{
background-color: #727C65;
}
</style>
border-color css
<style>
span { border-color: #727C65; }
span { border-color: rgb(114,124,101); }
td.TdClassName
{
border-color: #727C65;
}
.TagClassName
{
border-color: #727C65;
}
</style>