Shades of Camouflage Green #708464
Tints of Camouflage Green #708464
RGB
CMYK
RGB Variations
Color information
#708464 (or 0x708464) is known color: Camouflage Green. HEX triplet: 70, 84 and 64. RGB value is (112,132,100). Sum of RGB (Red+Green+Blue) = 112+132+100=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 132 - color contains mainly: green. Hex color #708464 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708464 is #8F7B9B. Grayscale: #7A7A7A. Windows color (decimal): -9403292 or 6587504. OLE color: 6587504.
HSL color Cylindrical-coordinate representation of color #708464: hue angle of 97.5º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #708464 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 132 | 100 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.48 |
| HSL | 97.5º | 0.14% | 0.45% | - |
| HSV(B) | 97.5º | 0.24% | 0.52% | - |
| XYZ | 17.23 | 20.87 | 15.18 | - |
| YUV | 122.37 | 115.37 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 132 | 100 | 0.15 | 0 | 0.24 | 0.48 | 97.5 | 0.14 | 0.45 |
| Hex | 70 | 84 | 64 | F | 0 | 18 | 30 | 62 | E | 2D |
| Octal | 160 | 204 | 144 | 17 | 0 | 30 | 60 | 142 | 16 | 55 |
| Binary | 1110000 | 10000100 | 1100100 | 1111 | 0 | 11000 | 110000 | 1100010 | 1110 | 101101 |
Color Harmonies of #708464
Complementary color
Monochromatic Colors of #708464
Black with #708464
Text Example
Text Example
White with #708464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708464; }
p { color: rgb(112,132,100); }
H1.HeaderClassName
{
color: #708464;
}
.AnyTagClassName
{
color: #708464;
}
</style>
background-color css
<style>
a { background-color: #708464; }
a { background-color: rgb(112,132,100); }
div.DivClassName
{
background-color: #708464;
}
.BgClassName
{
background-color: #708464;
}
</style>
border-color css
<style>
span { border-color: #708464; }
span { border-color: rgb(112,132,100); }
td.TdClassName
{
border-color: #708464;
}
.TagClassName
{
border-color: #708464;
}
</style>