Shades of Camouflage Green #71776C
Tints of Camouflage Green #71776C
RGB
CMYK
RGB Variations
Color information
#71776C (or 0x71776C) is known color: Camouflage Green. HEX triplet: 71, 77 and 6C. RGB value is (113,119,108). Sum of RGB (Red+Green+Blue) = 113+119+108=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 119 - color contains mainly: green. Hex color #71776C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71776C is #8E8893. Grayscale: #737373. Windows color (decimal): -9341076 or 7108465. OLE color: 7108465.
HSL color Cylindrical-coordinate representation of color #71776C: hue angle of 92.73º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #71776C is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 119 | 108 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.53 |
| HSL | 92.73º | 0.05% | 0.45% | - |
| HSV(B) | 92.73º | 0.09% | 0.47% | - |
| XYZ | 16.11 | 17.79 | 16.77 | - |
| YUV | 115.95 | 123.51 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 119 | 108 | 0.05 | 0 | 0.09 | 0.53 | 92.73 | 0.05 | 0.45 |
| Hex | 71 | 77 | 6C | 5 | 0 | 9 | 35 | 5D | 5 | 2D |
| Octal | 161 | 167 | 154 | 5 | 0 | 11 | 65 | 135 | 5 | 55 |
| Binary | 1110001 | 1110111 | 1101100 | 101 | 0 | 1001 | 110101 | 1011101 | 101 | 101101 |
Color Harmonies of #71776C
Complementary color
Monochromatic Colors of #71776C
Black with #71776C
Text Example
Text Example
White with #71776C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71776C; }
p { color: rgb(113,119,108); }
H1.HeaderClassName
{
color: #71776C;
}
.AnyTagClassName
{
color: #71776C;
}
</style>
background-color css
<style>
a { background-color: #71776C; }
a { background-color: rgb(113,119,108); }
div.DivClassName
{
background-color: #71776C;
}
.BgClassName
{
background-color: #71776C;
}
</style>
border-color css
<style>
span { border-color: #71776C; }
span { border-color: rgb(113,119,108); }
td.TdClassName
{
border-color: #71776C;
}
.TagClassName
{
border-color: #71776C;
}
</style>