Shades of Camouflage Green #71796C
Tints of Camouflage Green #71796C
RGB
CMYK
RGB Variations
Color information
#71796C (or 0x71796C) is known color: Camouflage Green. HEX triplet: 71, 79 and 6C. RGB value is (113,121,108). Sum of RGB (Red+Green+Blue) = 113+121+108=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 121 (47.66% from 255 or 35.38% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 121 - color contains mainly: green. Hex color #71796C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71796C is #8E8693. Grayscale: #757575. Windows color (decimal): -9340564 or 7108977. OLE color: 7108977.
HSL color Cylindrical-coordinate representation of color #71796C: hue angle of 96.92º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #71796C is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 121 | 108 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.53 |
| HSL | 96.92º | 0.06% | 0.45% | - |
| HSV(B) | 96.92º | 0.11% | 0.47% | - |
| XYZ | 16.35 | 18.27 | 16.85 | - |
| YUV | 117.13 | 122.85 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 121 | 108 | 0.07 | 0 | 0.11 | 0.53 | 96.92 | 0.06 | 0.45 |
| Hex | 71 | 79 | 6C | 7 | 0 | B | 35 | 61 | 6 | 2D |
| Octal | 161 | 171 | 154 | 7 | 0 | 13 | 65 | 141 | 6 | 55 |
| Binary | 1110001 | 1111001 | 1101100 | 111 | 0 | 1011 | 110101 | 1100001 | 110 | 101101 |
Color Harmonies of #71796C
Complementary color
Monochromatic Colors of #71796C
Black with #71796C
Text Example
Text Example
White with #71796C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71796C; }
p { color: rgb(113,121,108); }
H1.HeaderClassName
{
color: #71796C;
}
.AnyTagClassName
{
color: #71796C;
}
</style>
background-color css
<style>
a { background-color: #71796C; }
a { background-color: rgb(113,121,108); }
div.DivClassName
{
background-color: #71796C;
}
.BgClassName
{
background-color: #71796C;
}
</style>
border-color css
<style>
span { border-color: #71796C; }
span { border-color: rgb(113,121,108); }
td.TdClassName
{
border-color: #71796C;
}
.TagClassName
{
border-color: #71796C;
}
</style>