Shades of Camouflage Green #708363
Tints of Camouflage Green #708363
RGB
CMYK
RGB Variations
Color information
#708363 (or 0x708363) is known color: Camouflage Green. HEX triplet: 70, 83 and 63. RGB value is (112,131,99). Sum of RGB (Red+Green+Blue) = 112+131+99=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 131 - color contains mainly: green. Hex color #708363 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708363 is #8F7C9C. Grayscale: #797979. Windows color (decimal): -9403549 or 6521712. OLE color: 6521712.
HSL color Cylindrical-coordinate representation of color #708363: hue angle of 95.62º degrees, saturation: 0.14, 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 #708363 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 131 | 99 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.49 |
| HSL | 95.63º | 0.14% | 0.45% | - |
| HSV(B) | 95.63º | 0.24% | 0.51% | - |
| XYZ | 17.05 | 20.58 | 14.88 | - |
| YUV | 121.67 | 115.21 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 131 | 99 | 0.15 | 0 | 0.24 | 0.49 | 95.63 | 0.14 | 0.45 |
| Hex | 70 | 83 | 63 | F | 0 | 18 | 31 | 60 | E | 2D |
| Octal | 160 | 203 | 143 | 17 | 0 | 30 | 61 | 140 | 16 | 55 |
| Binary | 1110000 | 10000011 | 1100011 | 1111 | 0 | 11000 | 110001 | 1100000 | 1110 | 101101 |
Color Harmonies of #708363
Complementary color
Monochromatic Colors of #708363
Black with #708363
Text Example
Text Example
White with #708363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708363; }
p { color: rgb(112,131,99); }
H1.HeaderClassName
{
color: #708363;
}
.AnyTagClassName
{
color: #708363;
}
</style>
background-color css
<style>
a { background-color: #708363; }
a { background-color: rgb(112,131,99); }
div.DivClassName
{
background-color: #708363;
}
.BgClassName
{
background-color: #708363;
}
</style>
border-color css
<style>
span { border-color: #708363; }
span { border-color: rgb(112,131,99); }
td.TdClassName
{
border-color: #708363;
}
.TagClassName
{
border-color: #708363;
}
</style>