Shades of Camouflage Green #7D896C
Tints of Camouflage Green #7D896C
RGB
CMYK
RGB Variations
Color information
#7D896C (or 0x7D896C) is known color: Camouflage Green. HEX triplet: 7D, 89 and 6C. RGB value is (125,137,108). Sum of RGB (Red+Green+Blue) = 125+137+108=370 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.78% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 137 - color contains mainly: green. Hex color #7D896C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D896C is #827693. Grayscale: #828282. Windows color (decimal): -8550036 or 7113085. OLE color: 7113085.
HSL color Cylindrical-coordinate representation of color #7D896C: hue angle of 84.83º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7D896C is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 125 | 137 | 108 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.46 |
| HSL | 84.83º | 0.12% | 0.48% | - |
| HSV(B) | 84.83º | 0.21% | 0.54% | - |
| XYZ | 20.11 | 23.33 | 17.63 | - |
| YUV | 130.11 | 115.52 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 137 | 108 | 0.09 | 0 | 0.21 | 0.46 | 84.83 | 0.12 | 0.48 |
| Hex | 7D | 89 | 6C | 9 | 0 | 15 | 2E | 55 | C | 30 |
| Octal | 175 | 211 | 154 | 11 | 0 | 25 | 56 | 125 | 14 | 60 |
| Binary | 1111101 | 10001001 | 1101100 | 1001 | 0 | 10101 | 101110 | 1010101 | 1100 | 110000 |
Color Harmonies of #7D896C
Complementary color
Monochromatic Colors of #7D896C
Black with #7D896C
Text Example
Text Example
White with #7D896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D896C; }
p { color: rgb(125,137,108); }
H1.HeaderClassName
{
color: #7D896C;
}
.AnyTagClassName
{
color: #7D896C;
}
</style>
background-color css
<style>
a { background-color: #7D896C; }
a { background-color: rgb(125,137,108); }
div.DivClassName
{
background-color: #7D896C;
}
.BgClassName
{
background-color: #7D896C;
}
</style>
border-color css
<style>
span { border-color: #7D896C; }
span { border-color: rgb(125,137,108); }
td.TdClassName
{
border-color: #7D896C;
}
.TagClassName
{
border-color: #7D896C;
}
</style>