Shades of Camouflage Green #707B68
Tints of Camouflage Green #707B68
RGB
CMYK
RGB Variations
Color information
#707B68 (or 0x707B68) is known color: Camouflage Green. HEX triplet: 70, 7B and 68. RGB value is (112,123,104). Sum of RGB (Red+Green+Blue) = 112+123+104=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 123 - color contains mainly: green. Hex color #707B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707B68 is #8F8497. Grayscale: #757575. Windows color (decimal): -9405592 or 6847344. OLE color: 6847344.
HSL color Cylindrical-coordinate representation of color #707B68: hue angle of 94.74º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #707B68 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 123 | 104 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.52 |
| HSL | 94.74º | 0.08% | 0.45% | - |
| HSV(B) | 94.74º | 0.15% | 0.48% | - |
| XYZ | 16.26 | 18.61 | 15.83 | - |
| YUV | 117.55 | 120.36 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 123 | 104 | 0.09 | 0 | 0.15 | 0.52 | 94.74 | 0.08 | 0.45 |
| Hex | 70 | 7B | 68 | 9 | 0 | F | 34 | 5F | 8 | 2D |
| Octal | 160 | 173 | 150 | 11 | 0 | 17 | 64 | 137 | 10 | 55 |
| Binary | 1110000 | 1111011 | 1101000 | 1001 | 0 | 1111 | 110100 | 1011111 | 1000 | 101101 |
Color Harmonies of #707B68
Complementary color
Monochromatic Colors of #707B68
Black with #707B68
Text Example
Text Example
White with #707B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707B68; }
p { color: rgb(112,123,104); }
H1.HeaderClassName
{
color: #707B68;
}
.AnyTagClassName
{
color: #707B68;
}
</style>
background-color css
<style>
a { background-color: #707B68; }
a { background-color: rgb(112,123,104); }
div.DivClassName
{
background-color: #707B68;
}
.BgClassName
{
background-color: #707B68;
}
</style>
border-color css
<style>
span { border-color: #707B68; }
span { border-color: rgb(112,123,104); }
td.TdClassName
{
border-color: #707B68;
}
.TagClassName
{
border-color: #707B68;
}
</style>