Shades of Camouflage Green #717E69
Tints of Camouflage Green #717E69
RGB
CMYK
RGB Variations
Color information
#717E69 (or 0x717E69) is known color: Camouflage Green. HEX triplet: 71, 7E and 69. RGB value is (113,126,105). Sum of RGB (Red+Green+Blue) = 113+126+105=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 126 (49.61% from 255 or 36.63% from 344); Blue value is 105 (41.41% from 255 or 30.52% from 344); Max value from RGB is 126 - color contains mainly: green. Hex color #717E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717E69 is #8E8196. Grayscale: #777777. Windows color (decimal): -9339287 or 6913649. OLE color: 6913649.
HSL color Cylindrical-coordinate representation of color #717E69: hue angle of 97.14º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #717E69 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 126 | 105 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.51 |
| HSL | 97.14º | 0.09% | 0.45% | - |
| HSV(B) | 97.14º | 0.17% | 0.49% | - |
| XYZ | 16.82 | 19.45 | 16.23 | - |
| YUV | 119.72 | 119.69 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 126 | 105 | 0.10 | 0 | 0.17 | 0.51 | 97.14 | 0.09 | 0.45 |
| Hex | 71 | 7E | 69 | A | 0 | 11 | 33 | 61 | 9 | 2D |
| Octal | 161 | 176 | 151 | 12 | 0 | 21 | 63 | 141 | 11 | 55 |
| Binary | 1110001 | 1111110 | 1101001 | 1010 | 0 | 10001 | 110011 | 1100001 | 1001 | 101101 |
Color Harmonies of #717E69
Complementary color
Monochromatic Colors of #717E69
Black with #717E69
Text Example
Text Example
White with #717E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717E69; }
p { color: rgb(113,126,105); }
H1.HeaderClassName
{
color: #717E69;
}
.AnyTagClassName
{
color: #717E69;
}
</style>
background-color css
<style>
a { background-color: #717E69; }
a { background-color: rgb(113,126,105); }
div.DivClassName
{
background-color: #717E69;
}
.BgClassName
{
background-color: #717E69;
}
</style>
border-color css
<style>
span { border-color: #717E69; }
span { border-color: rgb(113,126,105); }
td.TdClassName
{
border-color: #717E69;
}
.TagClassName
{
border-color: #717E69;
}
</style>