Shades of Camouflage Green #757E65
Tints of Camouflage Green #757E65
RGB
CMYK
RGB Variations
Color information
#757E65 (or 0x757E65) is known color: Camouflage Green. HEX triplet: 75, 7E and 65. RGB value is (117,126,101). Sum of RGB (Red+Green+Blue) = 117+126+101=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 126 (49.61% from 255 or 36.63% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 126 - color contains mainly: green. Hex color #757E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757E65 is #8A819A. Grayscale: #787878. Windows color (decimal): -9077147 or 6651509. OLE color: 6651509.
HSL color Cylindrical-coordinate representation of color #757E65: hue angle of 81.6º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #757E65 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 126 | 101 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.51 |
| HSL | 81.6º | 0.11% | 0.45% | - |
| HSV(B) | 81.6º | 0.2% | 0.49% | - |
| XYZ | 17.15 | 19.64 | 15.2 | - |
| YUV | 120.46 | 117.02 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 126 | 101 | 0.07 | 0 | 0.20 | 0.51 | 81.6 | 0.11 | 0.45 |
| Hex | 75 | 7E | 65 | 7 | 0 | 14 | 33 | 52 | B | 2D |
| Octal | 165 | 176 | 145 | 7 | 0 | 24 | 63 | 122 | 13 | 55 |
| Binary | 1110101 | 1111110 | 1100101 | 111 | 0 | 10100 | 110011 | 1010010 | 1011 | 101101 |
Color Harmonies of #757E65
Complementary color
Monochromatic Colors of #757E65
Black with #757E65
Text Example
Text Example
White with #757E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757E65; }
p { color: rgb(117,126,101); }
H1.HeaderClassName
{
color: #757E65;
}
.AnyTagClassName
{
color: #757E65;
}
</style>
background-color css
<style>
a { background-color: #757E65; }
a { background-color: rgb(117,126,101); }
div.DivClassName
{
background-color: #757E65;
}
.BgClassName
{
background-color: #757E65;
}
</style>
border-color css
<style>
span { border-color: #757E65; }
span { border-color: rgb(117,126,101); }
td.TdClassName
{
border-color: #757E65;
}
.TagClassName
{
border-color: #757E65;
}
</style>