Shades of Camouflage Green #7D8862
Tints of Camouflage Green #7D8862
RGB
CMYK
RGB Variations
Color information
#7D8862 (or 0x7D8862) is known color: Camouflage Green. HEX triplet: 7D, 88 and 62. RGB value is (125,136,98). Sum of RGB (Red+Green+Blue) = 125+136+98=359 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.82% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 98 (38.67% from 255 or 27.30% from 359); Max value from RGB is 136 - color contains mainly: green. Hex color #7D8862 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8862 is #82779D. Grayscale: #808080. Windows color (decimal): -8550302 or 6457469. OLE color: 6457469.
HSL color Cylindrical-coordinate representation of color #7D8862: hue angle of 77.37º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7D8862 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 136 | 98 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.47 |
| HSL | 77.37º | 0.16% | 0.46% | - |
| HSV(B) | 77.37º | 0.28% | 0.53% | - |
| XYZ | 19.47 | 22.85 | 14.94 | - |
| YUV | 128.38 | 110.86 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 136 | 98 | 0.08 | 0 | 0.28 | 0.47 | 77.37 | 0.16 | 0.46 |
| Hex | 7D | 88 | 62 | 8 | 0 | 1C | 2F | 4D | 10 | 2E |
| Octal | 175 | 210 | 142 | 10 | 0 | 34 | 57 | 115 | 20 | 56 |
| Binary | 1111101 | 10001000 | 1100010 | 1000 | 0 | 11100 | 101111 | 1001101 | 10000 | 101110 |
Color Harmonies of #7D8862
Complementary color
Monochromatic Colors of #7D8862
Black with #7D8862
Text Example
Text Example
White with #7D8862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8862; }
p { color: rgb(125,136,98); }
H1.HeaderClassName
{
color: #7D8862;
}
.AnyTagClassName
{
color: #7D8862;
}
</style>
background-color css
<style>
a { background-color: #7D8862; }
a { background-color: rgb(125,136,98); }
div.DivClassName
{
background-color: #7D8862;
}
.BgClassName
{
background-color: #7D8862;
}
</style>
border-color css
<style>
span { border-color: #7D8862; }
span { border-color: rgb(125,136,98); }
td.TdClassName
{
border-color: #7D8862;
}
.TagClassName
{
border-color: #7D8862;
}
</style>