Shades of Camouflage Green #708A60
Tints of Camouflage Green #708A60
RGB
CMYK
RGB Variations
Color information
#708A60 (or 0x708A60) is known color: Camouflage Green. HEX triplet: 70, 8A and 60. RGB value is (112,138,96). Sum of RGB (Red+Green+Blue) = 112+138+96=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 138 - color contains mainly: green. Hex color #708A60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708A60 is #8F759F. Grayscale: #7D7D7D. Windows color (decimal): -9401760 or 6326896. OLE color: 6326896.
HSL color Cylindrical-coordinate representation of color #708A60: hue angle of 97.14º 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 #708A60 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 138 | 96 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.46 |
| HSL | 97.14º | 0.18% | 0.46% | - |
| HSV(B) | 97.14º | 0.3% | 0.54% | - |
| XYZ | 17.88 | 22.47 | 14.46 | - |
| YUV | 125.44 | 111.39 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 96 | 0.19 | 0 | 0.30 | 0.46 | 97.14 | 0.18 | 0.46 |
| Hex | 70 | 8A | 60 | 13 | 0 | 1E | 2E | 61 | 12 | 2E |
| Octal | 160 | 212 | 140 | 23 | 0 | 36 | 56 | 141 | 22 | 56 |
| Binary | 1110000 | 10001010 | 1100000 | 10011 | 0 | 11110 | 101110 | 1100001 | 10010 | 101110 |
Color Harmonies of #708A60
Complementary color
Monochromatic Colors of #708A60
Black with #708A60
Text Example
Text Example
White with #708A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708A60; }
p { color: rgb(112,138,96); }
H1.HeaderClassName
{
color: #708A60;
}
.AnyTagClassName
{
color: #708A60;
}
</style>
background-color css
<style>
a { background-color: #708A60; }
a { background-color: rgb(112,138,96); }
div.DivClassName
{
background-color: #708A60;
}
.BgClassName
{
background-color: #708A60;
}
</style>
border-color css
<style>
span { border-color: #708A60; }
span { border-color: rgb(112,138,96); }
td.TdClassName
{
border-color: #708A60;
}
.TagClassName
{
border-color: #708A60;
}
</style>