Shades of Camouflage Green #7D886F
Tints of Camouflage Green #7D886F
RGB
CMYK
RGB Variations
Color information
#7D886F (or 0x7D886F) is known color: Camouflage Green. HEX triplet: 7D, 88 and 6F. RGB value is (125,136,111). Sum of RGB (Red+Green+Blue) = 125+136+111=372 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.60% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 136 - color contains mainly: green. Hex color #7D886F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D886F is #827790. Grayscale: #818181. Windows color (decimal): -8550289 or 7309437. OLE color: 7309437.
HSL color Cylindrical-coordinate representation of color #7D886F: hue angle of 86.4º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7D886F is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 136 | 111 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.47 |
| HSL | 86.4º | 0.1% | 0.48% | - |
| HSV(B) | 86.4º | 0.18% | 0.53% | - |
| XYZ | 20.13 | 23.12 | 18.44 | - |
| YUV | 129.86 | 117.36 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 136 | 111 | 0.08 | 0 | 0.18 | 0.47 | 86.4 | 0.1 | 0.48 |
| Hex | 7D | 88 | 6F | 8 | 0 | 12 | 2F | 56 | A | 30 |
| Octal | 175 | 210 | 157 | 10 | 0 | 22 | 57 | 126 | 12 | 60 |
| Binary | 1111101 | 10001000 | 1101111 | 1000 | 0 | 10010 | 101111 | 1010110 | 1010 | 110000 |
Color Harmonies of #7D886F
Complementary color
Monochromatic Colors of #7D886F
Black with #7D886F
Text Example
Text Example
White with #7D886F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D886F; }
p { color: rgb(125,136,111); }
H1.HeaderClassName
{
color: #7D886F;
}
.AnyTagClassName
{
color: #7D886F;
}
</style>
background-color css
<style>
a { background-color: #7D886F; }
a { background-color: rgb(125,136,111); }
div.DivClassName
{
background-color: #7D886F;
}
.BgClassName
{
background-color: #7D886F;
}
</style>
border-color css
<style>
span { border-color: #7D886F; }
span { border-color: rgb(125,136,111); }
td.TdClassName
{
border-color: #7D886F;
}
.TagClassName
{
border-color: #7D886F;
}
</style>