Shades of Camouflage Green #72776D
Tints of Camouflage Green #72776D
RGB
CMYK
RGB Variations
Color information
#72776D (or 0x72776D) is known color: Camouflage Green. HEX triplet: 72, 77 and 6D. RGB value is (114,119,109). Sum of RGB (Red+Green+Blue) = 114+119+109=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 119 - color contains mainly: green. Hex color #72776D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72776D is #8D8892. Grayscale: #747474. Windows color (decimal): -9275539 or 7174002. OLE color: 7174002.
HSL color Cylindrical-coordinate representation of color #72776D: hue angle of 90º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #72776D is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 114 | 119 | 109 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.53 |
| HSL | 90º | 0.04% | 0.45% | - |
| HSV(B) | 90º | 0.08% | 0.47% | - |
| XYZ | 16.3 | 17.88 | 17.06 | - |
| YUV | 116.37 | 123.84 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 119 | 109 | 0.04 | 0 | 0.08 | 0.53 | 90 | 0.04 | 0.45 |
| Hex | 72 | 77 | 6D | 4 | 0 | 8 | 35 | 5A | 4 | 2D |
| Octal | 162 | 167 | 155 | 4 | 0 | 10 | 65 | 132 | 4 | 55 |
| Binary | 1110010 | 1110111 | 1101101 | 100 | 0 | 1000 | 110101 | 1011010 | 100 | 101101 |
Color Harmonies of #72776D
Complementary color
Monochromatic Colors of #72776D
Black with #72776D
Text Example
Text Example
White with #72776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72776D; }
p { color: rgb(114,119,109); }
H1.HeaderClassName
{
color: #72776D;
}
.AnyTagClassName
{
color: #72776D;
}
</style>
background-color css
<style>
a { background-color: #72776D; }
a { background-color: rgb(114,119,109); }
div.DivClassName
{
background-color: #72776D;
}
.BgClassName
{
background-color: #72776D;
}
</style>
border-color css
<style>
span { border-color: #72776D; }
span { border-color: rgb(114,119,109); }
td.TdClassName
{
border-color: #72776D;
}
.TagClassName
{
border-color: #72776D;
}
</style>