Shades of Camouflage Green #7D8874
Tints of Camouflage Green #7D8874
RGB
CMYK
RGB Variations
Color information
#7D8874 (or 0x7D8874) is known color: Camouflage Green. HEX triplet: 7D, 88 and 74. RGB value is (125,136,116). Sum of RGB (Red+Green+Blue) = 125+136+116=377 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.16% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 136 - color contains mainly: green. Hex color #7D8874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8874 is #82778B. Grayscale: #828282. Windows color (decimal): -8550284 or 7637117. OLE color: 7637117.
HSL color Cylindrical-coordinate representation of color #7D8874: hue angle of 93º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7D8874 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 136 | 116 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.47 |
| HSL | 93º | 0.08% | 0.49% | - |
| HSV(B) | 93º | 0.15% | 0.53% | - |
| XYZ | 20.41 | 23.23 | 19.93 | - |
| YUV | 130.43 | 119.86 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 136 | 116 | 0.08 | 0 | 0.15 | 0.47 | 93 | 0.08 | 0.49 |
| Hex | 7D | 88 | 74 | 8 | 0 | F | 2F | 5D | 8 | 31 |
| Octal | 175 | 210 | 164 | 10 | 0 | 17 | 57 | 135 | 10 | 61 |
| Binary | 1111101 | 10001000 | 1110100 | 1000 | 0 | 1111 | 101111 | 1011101 | 1000 | 110001 |
Color Harmonies of #7D8874
Complementary color
Monochromatic Colors of #7D8874
Black with #7D8874
Text Example
Text Example
White with #7D8874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8874; }
p { color: rgb(125,136,116); }
H1.HeaderClassName
{
color: #7D8874;
}
.AnyTagClassName
{
color: #7D8874;
}
</style>
background-color css
<style>
a { background-color: #7D8874; }
a { background-color: rgb(125,136,116); }
div.DivClassName
{
background-color: #7D8874;
}
.BgClassName
{
background-color: #7D8874;
}
</style>
border-color css
<style>
span { border-color: #7D8874; }
span { border-color: rgb(125,136,116); }
td.TdClassName
{
border-color: #7D8874;
}
.TagClassName
{
border-color: #7D8874;
}
</style>