Shades of Camouflage Green #718960
Tints of Camouflage Green #718960
RGB
CMYK
RGB Variations
Color information
#718960 (or 0x718960) is known color: Camouflage Green. HEX triplet: 71, 89 and 60. RGB value is (113,137,96). Sum of RGB (Red+Green+Blue) = 113+137+96=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 137 - color contains mainly: green. Hex color #718960 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718960 is #8E769F. Grayscale: #7D7D7D. Windows color (decimal): -9336480 or 6326641. OLE color: 6326641.
HSL color Cylindrical-coordinate representation of color #718960: hue angle of 95.12º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #718960 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 137 | 96 | - |
| CMYK | 0.18 | 0 | 0.30 | 0.46 |
| HSL | 95.12º | 0.18% | 0.46% | - |
| HSV(B) | 95.12º | 0.3% | 0.54% | - |
| XYZ | 17.87 | 22.25 | 14.42 | - |
| YUV | 125.15 | 111.55 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 137 | 96 | 0.18 | 0 | 0.30 | 0.46 | 95.12 | 0.18 | 0.46 |
| Hex | 71 | 89 | 60 | 12 | 0 | 1E | 2E | 5F | 12 | 2E |
| Octal | 161 | 211 | 140 | 22 | 0 | 36 | 56 | 137 | 22 | 56 |
| Binary | 1110001 | 10001001 | 1100000 | 10010 | 0 | 11110 | 101110 | 1011111 | 10010 | 101110 |
Color Harmonies of #718960
Complementary color
Monochromatic Colors of #718960
Black with #718960
Text Example
Text Example
White with #718960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718960; }
p { color: rgb(113,137,96); }
H1.HeaderClassName
{
color: #718960;
}
.AnyTagClassName
{
color: #718960;
}
</style>
background-color css
<style>
a { background-color: #718960; }
a { background-color: rgb(113,137,96); }
div.DivClassName
{
background-color: #718960;
}
.BgClassName
{
background-color: #718960;
}
</style>
border-color css
<style>
span { border-color: #718960; }
span { border-color: rgb(113,137,96); }
td.TdClassName
{
border-color: #718960;
}
.TagClassName
{
border-color: #718960;
}
</style>