Shades of Camouflage Green #707E67
Tints of Camouflage Green #707E67
RGB
CMYK
RGB Variations
Color information
#707E67 (or 0x707E67) is known color: Camouflage Green. HEX triplet: 70, 7E and 67. RGB value is (112,126,103). Sum of RGB (Red+Green+Blue) = 112+126+103=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 126 - color contains mainly: green. Hex color #707E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707E67 is #8F8198. Grayscale: #777777. Windows color (decimal): -9404825 or 6782576. OLE color: 6782576.
HSL color Cylindrical-coordinate representation of color #707E67: hue angle of 96.52º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #707E67 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 126 | 103 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.51 |
| HSL | 96.52º | 0.1% | 0.45% | - |
| HSV(B) | 96.52º | 0.18% | 0.49% | - |
| XYZ | 16.59 | 19.35 | 15.69 | - |
| YUV | 119.19 | 118.86 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 103 | 0.11 | 0 | 0.18 | 0.51 | 96.52 | 0.1 | 0.45 |
| Hex | 70 | 7E | 67 | B | 0 | 12 | 33 | 61 | A | 2D |
| Octal | 160 | 176 | 147 | 13 | 0 | 22 | 63 | 141 | 12 | 55 |
| Binary | 1110000 | 1111110 | 1100111 | 1011 | 0 | 10010 | 110011 | 1100001 | 1010 | 101101 |
Color Harmonies of #707E67
Complementary color
Monochromatic Colors of #707E67
Black with #707E67
Text Example
Text Example
White with #707E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707E67; }
p { color: rgb(112,126,103); }
H1.HeaderClassName
{
color: #707E67;
}
.AnyTagClassName
{
color: #707E67;
}
</style>
background-color css
<style>
a { background-color: #707E67; }
a { background-color: rgb(112,126,103); }
div.DivClassName
{
background-color: #707E67;
}
.BgClassName
{
background-color: #707E67;
}
</style>
border-color css
<style>
span { border-color: #707E67; }
span { border-color: rgb(112,126,103); }
td.TdClassName
{
border-color: #707E67;
}
.TagClassName
{
border-color: #707E67;
}
</style>