Shades of Camouflage Green #7D8762
Tints of Camouflage Green #7D8762
RGB
CMYK
RGB Variations
Color information
#7D8762 (or 0x7D8762) is known color: Camouflage Green. HEX triplet: 7D, 87 and 62. RGB value is (125,135,98). Sum of RGB (Red+Green+Blue) = 125+135+98=358 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.92% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 135 - color contains mainly: green. Hex color #7D8762 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8762 is #82789D. Grayscale: #7F7F7F. Windows color (decimal): -8550558 or 6457213. OLE color: 6457213.
HSL color Cylindrical-coordinate representation of color #7D8762: hue angle of 76.22º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7D8762 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 135 | 98 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.47 |
| HSL | 76.22º | 0.16% | 0.46% | - |
| HSV(B) | 76.22º | 0.27% | 0.53% | - |
| XYZ | 19.33 | 22.57 | 14.89 | - |
| YUV | 127.79 | 111.19 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 135 | 98 | 0.07 | 0 | 0.27 | 0.47 | 76.22 | 0.16 | 0.46 |
| Hex | 7D | 87 | 62 | 7 | 0 | 1B | 2F | 4C | 10 | 2E |
| Octal | 175 | 207 | 142 | 7 | 0 | 33 | 57 | 114 | 20 | 56 |
| Binary | 1111101 | 10000111 | 1100010 | 111 | 0 | 11011 | 101111 | 1001100 | 10000 | 101110 |
Color Harmonies of #7D8762
Complementary color
Monochromatic Colors of #7D8762
Black with #7D8762
Text Example
Text Example
White with #7D8762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8762; }
p { color: rgb(125,135,98); }
H1.HeaderClassName
{
color: #7D8762;
}
.AnyTagClassName
{
color: #7D8762;
}
</style>
background-color css
<style>
a { background-color: #7D8762; }
a { background-color: rgb(125,135,98); }
div.DivClassName
{
background-color: #7D8762;
}
.BgClassName
{
background-color: #7D8762;
}
</style>
border-color css
<style>
span { border-color: #7D8762; }
span { border-color: rgb(125,135,98); }
td.TdClassName
{
border-color: #7D8762;
}
.TagClassName
{
border-color: #7D8762;
}
</style>