Shades of Camouflage Green #707A69
Tints of Camouflage Green #707A69
RGB
CMYK
RGB Variations
Color information
#707A69 (or 0x707A69) is known color: Camouflage Green. HEX triplet: 70, 7A and 69. RGB value is (112,122,105). Sum of RGB (Red+Green+Blue) = 112+122+105=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 122 - color contains mainly: green. Hex color #707A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707A69 is #8F8596. Grayscale: #757575. Windows color (decimal): -9405847 or 6912624. OLE color: 6912624.
HSL color Cylindrical-coordinate representation of color #707A69: hue angle of 95.29º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #707A69 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 122 | 105 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.52 |
| HSL | 95.29º | 0.07% | 0.45% | - |
| HSV(B) | 95.29º | 0.14% | 0.48% | - |
| XYZ | 16.19 | 18.38 | 16.06 | - |
| YUV | 117.07 | 121.19 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 122 | 105 | 0.08 | 0 | 0.14 | 0.52 | 95.29 | 0.07 | 0.45 |
| Hex | 70 | 7A | 69 | 8 | 0 | E | 34 | 5F | 7 | 2D |
| Octal | 160 | 172 | 151 | 10 | 0 | 16 | 64 | 137 | 7 | 55 |
| Binary | 1110000 | 1111010 | 1101001 | 1000 | 0 | 1110 | 110100 | 1011111 | 111 | 101101 |
Color Harmonies of #707A69
Complementary color
Monochromatic Colors of #707A69
Black with #707A69
Text Example
Text Example
White with #707A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707A69; }
p { color: rgb(112,122,105); }
H1.HeaderClassName
{
color: #707A69;
}
.AnyTagClassName
{
color: #707A69;
}
</style>
background-color css
<style>
a { background-color: #707A69; }
a { background-color: rgb(112,122,105); }
div.DivClassName
{
background-color: #707A69;
}
.BgClassName
{
background-color: #707A69;
}
</style>
border-color css
<style>
span { border-color: #707A69; }
span { border-color: rgb(112,122,105); }
td.TdClassName
{
border-color: #707A69;
}
.TagClassName
{
border-color: #707A69;
}
</style>