Shades of Camouflage Green #7D8875
Tints of Camouflage Green #7D8875
RGB
CMYK
RGB Variations
Color information
#7D8875 (or 0x7D8875) is known color: Camouflage Green. HEX triplet: 7D, 88 and 75. RGB value is (125,136,117). Sum of RGB (Red+Green+Blue) = 125+136+117=378 (50% of max value = 765). Red value is 125 (49.22% from 255 or 33.07% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 136 - color contains mainly: green. Hex color #7D8875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8875 is #82778A. Grayscale: #828282. Windows color (decimal): -8550283 or 7702653. OLE color: 7702653.
HSL color Cylindrical-coordinate representation of color #7D8875: hue angle of 94.74º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7D8875 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 136 | 117 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.47 |
| HSL | 94.74º | 0.08% | 0.5% | - |
| HSV(B) | 94.74º | 0.14% | 0.53% | - |
| XYZ | 20.47 | 23.25 | 20.24 | - |
| YUV | 130.55 | 120.36 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 136 | 117 | 0.08 | 0 | 0.14 | 0.47 | 94.74 | 0.08 | 0.5 |
| Hex | 7D | 88 | 75 | 8 | 0 | E | 2F | 5F | 8 | 32 |
| Octal | 175 | 210 | 165 | 10 | 0 | 16 | 57 | 137 | 10 | 62 |
| Binary | 1111101 | 10001000 | 1110101 | 1000 | 0 | 1110 | 101111 | 1011111 | 1000 | 110010 |
Color Harmonies of #7D8875
Complementary color
Monochromatic Colors of #7D8875
Black with #7D8875
Text Example
Text Example
White with #7D8875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8875; }
p { color: rgb(125,136,117); }
H1.HeaderClassName
{
color: #7D8875;
}
.AnyTagClassName
{
color: #7D8875;
}
</style>
background-color css
<style>
a { background-color: #7D8875; }
a { background-color: rgb(125,136,117); }
div.DivClassName
{
background-color: #7D8875;
}
.BgClassName
{
background-color: #7D8875;
}
</style>
border-color css
<style>
span { border-color: #7D8875; }
span { border-color: rgb(125,136,117); }
td.TdClassName
{
border-color: #7D8875;
}
.TagClassName
{
border-color: #7D8875;
}
</style>