Shades of Camouflage Green #717A6B
Tints of Camouflage Green #717A6B
RGB
CMYK
RGB Variations
Color information
#717A6B (or 0x717A6B) is known color: Camouflage Green. HEX triplet: 71, 7A and 6B. RGB value is (113,122,107). Sum of RGB (Red+Green+Blue) = 113+122+107=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 122 - color contains mainly: green. Hex color #717A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717A6B is #8E8594. Grayscale: #757575. Windows color (decimal): -9340309 or 7043697. OLE color: 7043697.
HSL color Cylindrical-coordinate representation of color #717A6B: hue angle of 96º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #717A6B is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 122 | 107 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.52 |
| HSL | 96º | 0.07% | 0.45% | - |
| HSV(B) | 96º | 0.12% | 0.48% | - |
| XYZ | 16.42 | 18.49 | 16.61 | - |
| YUV | 117.6 | 122.02 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 122 | 107 | 0.07 | 0 | 0.12 | 0.52 | 96 | 0.07 | 0.45 |
| Hex | 71 | 7A | 6B | 7 | 0 | C | 34 | 60 | 7 | 2D |
| Octal | 161 | 172 | 153 | 7 | 0 | 14 | 64 | 140 | 7 | 55 |
| Binary | 1110001 | 1111010 | 1101011 | 111 | 0 | 1100 | 110100 | 1100000 | 111 | 101101 |
Color Harmonies of #717A6B
Complementary color
Monochromatic Colors of #717A6B
Black with #717A6B
Text Example
Text Example
White with #717A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717A6B; }
p { color: rgb(113,122,107); }
H1.HeaderClassName
{
color: #717A6B;
}
.AnyTagClassName
{
color: #717A6B;
}
</style>
background-color css
<style>
a { background-color: #717A6B; }
a { background-color: rgb(113,122,107); }
div.DivClassName
{
background-color: #717A6B;
}
.BgClassName
{
background-color: #717A6B;
}
</style>
border-color css
<style>
span { border-color: #717A6B; }
span { border-color: rgb(113,122,107); }
td.TdClassName
{
border-color: #717A6B;
}
.TagClassName
{
border-color: #717A6B;
}
</style>