Shades of Camouflage Green #757E6D
Tints of Camouflage Green #757E6D
RGB
CMYK
RGB Variations
Color information
#757E6D (or 0x757E6D) is known color: Camouflage Green. HEX triplet: 75, 7E and 6D. RGB value is (117,126,109). Sum of RGB (Red+Green+Blue) = 117+126+109=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 126 - color contains mainly: green. Hex color #757E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757E6D is #8A8192. Grayscale: #797979. Windows color (decimal): -9077139 or 7175797. OLE color: 7175797.
HSL color Cylindrical-coordinate representation of color #757E6D: hue angle of 91.76º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #757E6D is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 126 | 109 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.51 |
| HSL | 91.76º | 0.07% | 0.46% | - |
| HSV(B) | 91.76º | 0.13% | 0.49% | - |
| XYZ | 17.56 | 19.81 | 17.37 | - |
| YUV | 121.37 | 121.02 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 126 | 109 | 0.07 | 0 | 0.13 | 0.51 | 91.76 | 0.07 | 0.46 |
| Hex | 75 | 7E | 6D | 7 | 0 | D | 33 | 5C | 7 | 2E |
| Octal | 165 | 176 | 155 | 7 | 0 | 15 | 63 | 134 | 7 | 56 |
| Binary | 1110101 | 1111110 | 1101101 | 111 | 0 | 1101 | 110011 | 1011100 | 111 | 101110 |
Color Harmonies of #757E6D
Complementary color
Monochromatic Colors of #757E6D
Black with #757E6D
Text Example
Text Example
White with #757E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757E6D; }
p { color: rgb(117,126,109); }
H1.HeaderClassName
{
color: #757E6D;
}
.AnyTagClassName
{
color: #757E6D;
}
</style>
background-color css
<style>
a { background-color: #757E6D; }
a { background-color: rgb(117,126,109); }
div.DivClassName
{
background-color: #757E6D;
}
.BgClassName
{
background-color: #757E6D;
}
</style>
border-color css
<style>
span { border-color: #757E6D; }
span { border-color: rgb(117,126,109); }
td.TdClassName
{
border-color: #757E6D;
}
.TagClassName
{
border-color: #757E6D;
}
</style>