Shades of Camouflage Green #7D8B6D
Tints of Camouflage Green #7D8B6D
RGB
CMYK
RGB Variations
Color information
#7D8B6D (or 0x7D8B6D) is known color: Camouflage Green. HEX triplet: 7D, 8B and 6D. RGB value is (125,139,109). Sum of RGB (Red+Green+Blue) = 125+139+109=373 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.51% from 373); Green value is 139 (54.69% from 255 or 37.27% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 139 - color contains mainly: green. Hex color #7D8B6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8B6D is #827492. Grayscale: #838383. Windows color (decimal): -8549523 or 7179133. OLE color: 7179133.
HSL color Cylindrical-coordinate representation of color #7D8B6D: hue angle of 88º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7D8B6D is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 125 | 139 | 109 | - |
| CMYK | 0.10 | 0 | 0.22 | 0.45 |
| HSL | 88º | 0.12% | 0.49% | - |
| HSV(B) | 88º | 0.22% | 0.55% | - |
| XYZ | 20.45 | 23.93 | 18.01 | - |
| YUV | 131.39 | 115.36 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 139 | 109 | 0.10 | 0 | 0.22 | 0.45 | 88 | 0.12 | 0.49 |
| Hex | 7D | 8B | 6D | A | 0 | 16 | 2D | 58 | C | 31 |
| Octal | 175 | 213 | 155 | 12 | 0 | 26 | 55 | 130 | 14 | 61 |
| Binary | 1111101 | 10001011 | 1101101 | 1010 | 0 | 10110 | 101101 | 1011000 | 1100 | 110001 |
Color Harmonies of #7D8B6D
Complementary color
Monochromatic Colors of #7D8B6D
Black with #7D8B6D
Text Example
Text Example
White with #7D8B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8B6D; }
p { color: rgb(125,139,109); }
H1.HeaderClassName
{
color: #7D8B6D;
}
.AnyTagClassName
{
color: #7D8B6D;
}
</style>
background-color css
<style>
a { background-color: #7D8B6D; }
a { background-color: rgb(125,139,109); }
div.DivClassName
{
background-color: #7D8B6D;
}
.BgClassName
{
background-color: #7D8B6D;
}
</style>
border-color css
<style>
span { border-color: #7D8B6D; }
span { border-color: rgb(125,139,109); }
td.TdClassName
{
border-color: #7D8B6D;
}
.TagClassName
{
border-color: #7D8B6D;
}
</style>