Shades of Camouflage Green #7D896A
Tints of Camouflage Green #7D896A
RGB
CMYK
RGB Variations
Color information
#7D896A (or 0x7D896A) is known color: Camouflage Green. HEX triplet: 7D, 89 and 6A. RGB value is (125,137,106). Sum of RGB (Red+Green+Blue) = 125+137+106=368 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.97% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 137 - color contains mainly: green. Hex color #7D896A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D896A is #827695. Grayscale: #818181. Windows color (decimal): -8550038 or 6982013. OLE color: 6982013.
HSL color Cylindrical-coordinate representation of color #7D896A: hue angle of 83.23º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7D896A is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 125 | 137 | 106 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.46 |
| HSL | 83.23º | 0.13% | 0.48% | - |
| HSV(B) | 83.23º | 0.23% | 0.54% | - |
| XYZ | 20 | 23.29 | 17.08 | - |
| YUV | 129.88 | 114.52 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 137 | 106 | 0.09 | 0 | 0.23 | 0.46 | 83.23 | 0.13 | 0.48 |
| Hex | 7D | 89 | 6A | 9 | 0 | 17 | 2E | 53 | D | 30 |
| Octal | 175 | 211 | 152 | 11 | 0 | 27 | 56 | 123 | 15 | 60 |
| Binary | 1111101 | 10001001 | 1101010 | 1001 | 0 | 10111 | 101110 | 1010011 | 1101 | 110000 |
Color Harmonies of #7D896A
Complementary color
Monochromatic Colors of #7D896A
Black with #7D896A
Text Example
Text Example
White with #7D896A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D896A; }
p { color: rgb(125,137,106); }
H1.HeaderClassName
{
color: #7D896A;
}
.AnyTagClassName
{
color: #7D896A;
}
</style>
background-color css
<style>
a { background-color: #7D896A; }
a { background-color: rgb(125,137,106); }
div.DivClassName
{
background-color: #7D896A;
}
.BgClassName
{
background-color: #7D896A;
}
</style>
border-color css
<style>
span { border-color: #7D896A; }
span { border-color: rgb(125,137,106); }
td.TdClassName
{
border-color: #7D896A;
}
.TagClassName
{
border-color: #7D896A;
}
</style>