Shades of Camouflage Green #717F62
Tints of Camouflage Green #717F62
RGB
CMYK
RGB Variations
Color information
#717F62 (or 0x717F62) is known color: Camouflage Green. HEX triplet: 71, 7F and 62. RGB value is (113,127,98). Sum of RGB (Red+Green+Blue) = 113+127+98=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 127 - color contains mainly: green. Hex color #717F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717F62 is #8E809D. Grayscale: #777777. Windows color (decimal): -9339038 or 6455153. OLE color: 6455153.
HSL color Cylindrical-coordinate representation of color #717F62: hue angle of 88.97º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #717F62 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 127 | 98 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.50 |
| HSL | 88.97º | 0.13% | 0.44% | - |
| HSV(B) | 88.97º | 0.23% | 0.5% | - |
| XYZ | 16.6 | 19.57 | 14.46 | - |
| YUV | 119.51 | 115.86 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 127 | 98 | 0.11 | 0 | 0.23 | 0.50 | 88.97 | 0.13 | 0.44 |
| Hex | 71 | 7F | 62 | B | 0 | 17 | 32 | 59 | D | 2C |
| Octal | 161 | 177 | 142 | 13 | 0 | 27 | 62 | 131 | 15 | 54 |
| Binary | 1110001 | 1111111 | 1100010 | 1011 | 0 | 10111 | 110010 | 1011001 | 1101 | 101100 |
Color Harmonies of #717F62
Complementary color
Monochromatic Colors of #717F62
Black with #717F62
Text Example
Text Example
White with #717F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717F62; }
p { color: rgb(113,127,98); }
H1.HeaderClassName
{
color: #717F62;
}
.AnyTagClassName
{
color: #717F62;
}
</style>
background-color css
<style>
a { background-color: #717F62; }
a { background-color: rgb(113,127,98); }
div.DivClassName
{
background-color: #717F62;
}
.BgClassName
{
background-color: #717F62;
}
</style>
border-color css
<style>
span { border-color: #717F62; }
span { border-color: rgb(113,127,98); }
td.TdClassName
{
border-color: #717F62;
}
.TagClassName
{
border-color: #717F62;
}
</style>