Shades of Camouflage Green #708364
Tints of Camouflage Green #708364
RGB
CMYK
RGB Variations
Color information
#708364 (or 0x708364) is known color: Camouflage Green. HEX triplet: 70, 83 and 64. RGB value is (112,131,100). Sum of RGB (Red+Green+Blue) = 112+131+100=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 131 - color contains mainly: green. Hex color #708364 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708364 is #8F7C9B. Grayscale: #797979. Windows color (decimal): -9403548 or 6587248. OLE color: 6587248.
HSL color Cylindrical-coordinate representation of color #708364: hue angle of 96.77º 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 #708364 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 131 | 100 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.49 |
| HSL | 96.77º | 0.13% | 0.45% | - |
| HSV(B) | 96.77º | 0.24% | 0.51% | - |
| XYZ | 17.1 | 20.6 | 15.13 | - |
| YUV | 121.79 | 115.71 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 131 | 100 | 0.15 | 0 | 0.24 | 0.49 | 96.77 | 0.13 | 0.45 |
| Hex | 70 | 83 | 64 | F | 0 | 18 | 31 | 61 | D | 2D |
| Octal | 160 | 203 | 144 | 17 | 0 | 30 | 61 | 141 | 15 | 55 |
| Binary | 1110000 | 10000011 | 1100100 | 1111 | 0 | 11000 | 110001 | 1100001 | 1101 | 101101 |
Color Harmonies of #708364
Complementary color
Monochromatic Colors of #708364
Black with #708364
Text Example
Text Example
White with #708364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708364; }
p { color: rgb(112,131,100); }
H1.HeaderClassName
{
color: #708364;
}
.AnyTagClassName
{
color: #708364;
}
</style>
background-color css
<style>
a { background-color: #708364; }
a { background-color: rgb(112,131,100); }
div.DivClassName
{
background-color: #708364;
}
.BgClassName
{
background-color: #708364;
}
</style>
border-color css
<style>
span { border-color: #708364; }
span { border-color: rgb(112,131,100); }
td.TdClassName
{
border-color: #708364;
}
.TagClassName
{
border-color: #708364;
}
</style>