Shades of Camouflage Green #718460
Tints of Camouflage Green #718460
RGB
CMYK
RGB Variations
Color information
#718460 (or 0x718460) is known color: Camouflage Green. HEX triplet: 71, 84 and 60. RGB value is (113,132,96). Sum of RGB (Red+Green+Blue) = 113+132+96=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 132 - color contains mainly: green. Hex color #718460 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718460 is #8E7B9F. Grayscale: #7A7A7A. Windows color (decimal): -9337760 or 6325361. OLE color: 6325361.
HSL color Cylindrical-coordinate representation of color #718460: hue angle of 91.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #718460 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 132 | 96 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.48 |
| HSL | 91.67º | 0.16% | 0.45% | - |
| HSV(B) | 91.67º | 0.27% | 0.52% | - |
| XYZ | 17.17 | 20.86 | 14.19 | - |
| YUV | 122.22 | 113.21 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 132 | 96 | 0.14 | 0 | 0.27 | 0.48 | 91.67 | 0.16 | 0.45 |
| Hex | 71 | 84 | 60 | E | 0 | 1B | 30 | 5C | 10 | 2D |
| Octal | 161 | 204 | 140 | 16 | 0 | 33 | 60 | 134 | 20 | 55 |
| Binary | 1110001 | 10000100 | 1100000 | 1110 | 0 | 11011 | 110000 | 1011100 | 10000 | 101101 |
Color Harmonies of #718460
Complementary color
Monochromatic Colors of #718460
Black with #718460
Text Example
Text Example
White with #718460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718460; }
p { color: rgb(113,132,96); }
H1.HeaderClassName
{
color: #718460;
}
.AnyTagClassName
{
color: #718460;
}
</style>
background-color css
<style>
a { background-color: #718460; }
a { background-color: rgb(113,132,96); }
div.DivClassName
{
background-color: #718460;
}
.BgClassName
{
background-color: #718460;
}
</style>
border-color css
<style>
span { border-color: #718460; }
span { border-color: rgb(113,132,96); }
td.TdClassName
{
border-color: #718460;
}
.TagClassName
{
border-color: #718460;
}
</style>