Shades of Camouflage Green #7D876D
Tints of Camouflage Green #7D876D
RGB
CMYK
RGB Variations
Color information
#7D876D (or 0x7D876D) is known color: Camouflage Green. HEX triplet: 7D, 87 and 6D. RGB value is (125,135,109). Sum of RGB (Red+Green+Blue) = 125+135+109=369 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.88% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 135 - color contains mainly: green. Hex color #7D876D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D876D is #827892. Grayscale: #818181. Windows color (decimal): -8550547 or 7178109. OLE color: 7178109.
HSL color Cylindrical-coordinate representation of color #7D876D: hue angle of 83.08º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7D876D is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 135 | 109 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.47 |
| HSL | 83.08º | 0.11% | 0.48% | - |
| HSV(B) | 83.08º | 0.19% | 0.53% | - |
| XYZ | 19.88 | 22.79 | 17.82 | - |
| YUV | 129.05 | 116.69 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 135 | 109 | 0.07 | 0 | 0.19 | 0.47 | 83.08 | 0.11 | 0.48 |
| Hex | 7D | 87 | 6D | 7 | 0 | 13 | 2F | 53 | B | 30 |
| Octal | 175 | 207 | 155 | 7 | 0 | 23 | 57 | 123 | 13 | 60 |
| Binary | 1111101 | 10000111 | 1101101 | 111 | 0 | 10011 | 101111 | 1010011 | 1011 | 110000 |
Color Harmonies of #7D876D
Complementary color
Monochromatic Colors of #7D876D
Black with #7D876D
Text Example
Text Example
White with #7D876D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D876D; }
p { color: rgb(125,135,109); }
H1.HeaderClassName
{
color: #7D876D;
}
.AnyTagClassName
{
color: #7D876D;
}
</style>
background-color css
<style>
a { background-color: #7D876D; }
a { background-color: rgb(125,135,109); }
div.DivClassName
{
background-color: #7D876D;
}
.BgClassName
{
background-color: #7D876D;
}
</style>
border-color css
<style>
span { border-color: #7D876D; }
span { border-color: rgb(125,135,109); }
td.TdClassName
{
border-color: #7D876D;
}
.TagClassName
{
border-color: #7D876D;
}
</style>