Shades of Camouflage Green #71756E
Tints of Camouflage Green #71756E
RGB
CMYK
RGB Variations
Color information
#71756E (or 0x71756E) is known color: Camouflage Green. HEX triplet: 71, 75 and 6E. RGB value is (113,117,110). Sum of RGB (Red+Green+Blue) = 113+117+110=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 117 - color contains mainly: green. Hex color #71756E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71756E is #8E8A91. Grayscale: #737373. Windows color (decimal): -9341586 or 7239025. OLE color: 7239025.
HSL color Cylindrical-coordinate representation of color #71756E: hue angle of 94.29º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #71756E is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 113 | 117 | 110 | - |
| CMYK | 0.03 | 0 | 0.06 | 0.54 |
| HSL | 94.29º | 0.03% | 0.45% | - |
| HSV(B) | 94.29º | 0.06% | 0.46% | - |
| XYZ | 15.99 | 17.36 | 17.26 | - |
| YUV | 115.01 | 125.17 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 117 | 110 | 0.03 | 0 | 0.06 | 0.54 | 94.29 | 0.03 | 0.45 |
| Hex | 71 | 75 | 6E | 3 | 0 | 6 | 36 | 5E | 3 | 2D |
| Octal | 161 | 165 | 156 | 3 | 0 | 6 | 66 | 136 | 3 | 55 |
| Binary | 1110001 | 1110101 | 1101110 | 11 | 0 | 110 | 110110 | 1011110 | 11 | 101101 |
Color Harmonies of #71756E
Complementary color
Monochromatic Colors of #71756E
Black with #71756E
Text Example
Text Example
White with #71756E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71756E; }
p { color: rgb(113,117,110); }
H1.HeaderClassName
{
color: #71756E;
}
.AnyTagClassName
{
color: #71756E;
}
</style>
background-color css
<style>
a { background-color: #71756E; }
a { background-color: rgb(113,117,110); }
div.DivClassName
{
background-color: #71756E;
}
.BgClassName
{
background-color: #71756E;
}
</style>
border-color css
<style>
span { border-color: #71756E; }
span { border-color: rgb(113,117,110); }
td.TdClassName
{
border-color: #71756E;
}
.TagClassName
{
border-color: #71756E;
}
</style>