Shades of Camouflage Green #7D9170
Tints of Camouflage Green #7D9170
RGB
CMYK
RGB Variations
Color information
#7D9170 (or 0x7D9170) is known color: Camouflage Green. HEX triplet: 7D, 91 and 70. RGB value is (125,145,112). Sum of RGB (Red+Green+Blue) = 125+145+112=382 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.72% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 145 - color contains mainly: green. Hex color #7D9170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9170 is #826E8F. Grayscale: #878787. Windows color (decimal): -8547984 or 7377277. OLE color: 7377277.
HSL color Cylindrical-coordinate representation of color #7D9170: hue angle of 96.36º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7D9170 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 125 | 145 | 112 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.43 |
| HSL | 96.36º | 0.13% | 0.5% | - |
| HSV(B) | 96.36º | 0.23% | 0.57% | - |
| XYZ | 21.51 | 25.78 | 19.17 | - |
| YUV | 135.26 | 114.87 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 145 | 112 | 0.14 | 0 | 0.23 | 0.43 | 96.36 | 0.13 | 0.5 |
| Hex | 7D | 91 | 70 | E | 0 | 17 | 2B | 60 | D | 32 |
| Octal | 175 | 221 | 160 | 16 | 0 | 27 | 53 | 140 | 15 | 62 |
| Binary | 1111101 | 10010001 | 1110000 | 1110 | 0 | 10111 | 101011 | 1100000 | 1101 | 110010 |
Color Harmonies of #7D9170
Complementary color
Monochromatic Colors of #7D9170
Black with #7D9170
Text Example
Text Example
White with #7D9170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9170; }
p { color: rgb(125,145,112); }
H1.HeaderClassName
{
color: #7D9170;
}
.AnyTagClassName
{
color: #7D9170;
}
</style>
background-color css
<style>
a { background-color: #7D9170; }
a { background-color: rgb(125,145,112); }
div.DivClassName
{
background-color: #7D9170;
}
.BgClassName
{
background-color: #7D9170;
}
</style>
border-color css
<style>
span { border-color: #7D9170; }
span { border-color: rgb(125,145,112); }
td.TdClassName
{
border-color: #7D9170;
}
.TagClassName
{
border-color: #7D9170;
}
</style>