Shades of Camouflage Green #7D8768
Tints of Camouflage Green #7D8768
RGB
CMYK
RGB Variations
Color information
#7D8768 (or 0x7D8768) is known color: Camouflage Green. HEX triplet: 7D, 87 and 68. RGB value is (125,135,104). Sum of RGB (Red+Green+Blue) = 125+135+104=364 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.34% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 135 - color contains mainly: green. Hex color #7D8768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8768 is #827897. Grayscale: #808080. Windows color (decimal): -8550552 or 6850429. OLE color: 6850429.
HSL color Cylindrical-coordinate representation of color #7D8768: hue angle of 79.35º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7D8768 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 135 | 104 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.47 |
| HSL | 79.35º | 0.13% | 0.47% | - |
| HSV(B) | 79.35º | 0.23% | 0.53% | - |
| XYZ | 19.62 | 22.69 | 16.44 | - |
| YUV | 128.48 | 114.19 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 135 | 104 | 0.07 | 0 | 0.23 | 0.47 | 79.35 | 0.13 | 0.47 |
| Hex | 7D | 87 | 68 | 7 | 0 | 17 | 2F | 4F | D | 2F |
| Octal | 175 | 207 | 150 | 7 | 0 | 27 | 57 | 117 | 15 | 57 |
| Binary | 1111101 | 10000111 | 1101000 | 111 | 0 | 10111 | 101111 | 1001111 | 1101 | 101111 |
Color Harmonies of #7D8768
Complementary color
Monochromatic Colors of #7D8768
Black with #7D8768
Text Example
Text Example
White with #7D8768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8768; }
p { color: rgb(125,135,104); }
H1.HeaderClassName
{
color: #7D8768;
}
.AnyTagClassName
{
color: #7D8768;
}
</style>
background-color css
<style>
a { background-color: #7D8768; }
a { background-color: rgb(125,135,104); }
div.DivClassName
{
background-color: #7D8768;
}
.BgClassName
{
background-color: #7D8768;
}
</style>
border-color css
<style>
span { border-color: #7D8768; }
span { border-color: rgb(125,135,104); }
td.TdClassName
{
border-color: #7D8768;
}
.TagClassName
{
border-color: #7D8768;
}
</style>