Shades of Camouflage Green #7D8A71
Tints of Camouflage Green #7D8A71
RGB
CMYK
RGB Variations
Color information
#7D8A71 (or 0x7D8A71) is known color: Camouflage Green. HEX triplet: 7D, 8A and 71. RGB value is (125,138,113). Sum of RGB (Red+Green+Blue) = 125+138+113=376 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.24% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 138 - color contains mainly: green. Hex color #7D8A71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8A71 is #82758E. Grayscale: #838383. Windows color (decimal): -8549775 or 7441021. OLE color: 7441021.
HSL color Cylindrical-coordinate representation of color #7D8A71: hue angle of 91.2º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7D8A71 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 125 | 138 | 113 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.46 |
| HSL | 91.2º | 0.1% | 0.49% | - |
| HSV(B) | 91.2º | 0.18% | 0.54% | - |
| XYZ | 20.53 | 23.73 | 19.12 | - |
| YUV | 131.26 | 117.69 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 138 | 113 | 0.09 | 0 | 0.18 | 0.46 | 91.2 | 0.1 | 0.49 |
| Hex | 7D | 8A | 71 | 9 | 0 | 12 | 2E | 5B | A | 31 |
| Octal | 175 | 212 | 161 | 11 | 0 | 22 | 56 | 133 | 12 | 61 |
| Binary | 1111101 | 10001010 | 1110001 | 1001 | 0 | 10010 | 101110 | 1011011 | 1010 | 110001 |
Color Harmonies of #7D8A71
Complementary color
Monochromatic Colors of #7D8A71
Black with #7D8A71
Text Example
Text Example
White with #7D8A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8A71; }
p { color: rgb(125,138,113); }
H1.HeaderClassName
{
color: #7D8A71;
}
.AnyTagClassName
{
color: #7D8A71;
}
</style>
background-color css
<style>
a { background-color: #7D8A71; }
a { background-color: rgb(125,138,113); }
div.DivClassName
{
background-color: #7D8A71;
}
.BgClassName
{
background-color: #7D8A71;
}
</style>
border-color css
<style>
span { border-color: #7D8A71; }
span { border-color: rgb(125,138,113); }
td.TdClassName
{
border-color: #7D8A71;
}
.TagClassName
{
border-color: #7D8A71;
}
</style>