Shades of Camouflage Green #718364
Tints of Camouflage Green #718364
RGB
CMYK
RGB Variations
Color information
#718364 (or 0x718364) is known color: Camouflage Green. HEX triplet: 71, 83 and 64. RGB value is (113,131,100). Sum of RGB (Red+Green+Blue) = 113+131+100=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 131 - color contains mainly: green. Hex color #718364 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718364 is #8E7C9B. Grayscale: #7A7A7A. Windows color (decimal): -9338012 or 6587249. OLE color: 6587249.
HSL color Cylindrical-coordinate representation of color #718364: hue angle of 94.84º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #718364 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 131 | 100 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.49 |
| HSL | 94.84º | 0.13% | 0.45% | - |
| HSV(B) | 94.84º | 0.24% | 0.51% | - |
| XYZ | 17.23 | 20.66 | 15.14 | - |
| YUV | 122.08 | 115.54 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 131 | 100 | 0.14 | 0 | 0.24 | 0.49 | 94.84 | 0.13 | 0.45 |
| Hex | 71 | 83 | 64 | E | 0 | 18 | 31 | 5F | D | 2D |
| Octal | 161 | 203 | 144 | 16 | 0 | 30 | 61 | 137 | 15 | 55 |
| Binary | 1110001 | 10000011 | 1100100 | 1110 | 0 | 11000 | 110001 | 1011111 | 1101 | 101101 |
Color Harmonies of #718364
Complementary color
Monochromatic Colors of #718364
Black with #718364
Text Example
Text Example
White with #718364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718364; }
p { color: rgb(113,131,100); }
H1.HeaderClassName
{
color: #718364;
}
.AnyTagClassName
{
color: #718364;
}
</style>
background-color css
<style>
a { background-color: #718364; }
a { background-color: rgb(113,131,100); }
div.DivClassName
{
background-color: #718364;
}
.BgClassName
{
background-color: #718364;
}
</style>
border-color css
<style>
span { border-color: #718364; }
span { border-color: rgb(113,131,100); }
td.TdClassName
{
border-color: #718364;
}
.TagClassName
{
border-color: #718364;
}
</style>