Shades of Camouflage Green #757C6C
Tints of Camouflage Green #757C6C
RGB
CMYK
RGB Variations
Color information
#757C6C (or 0x757C6C) is known color: Camouflage Green. HEX triplet: 75, 7C and 6C. RGB value is (117,124,108). Sum of RGB (Red+Green+Blue) = 117+124+108=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 124 - color contains mainly: green. Hex color #757C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757C6C is #8A8393. Grayscale: #787878. Windows color (decimal): -9077652 or 7109749. OLE color: 7109749.
HSL color Cylindrical-coordinate representation of color #757C6C: hue angle of 86.25º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #757C6C is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 124 | 108 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.51 |
| HSL | 86.25º | 0.07% | 0.45% | - |
| HSV(B) | 86.25º | 0.13% | 0.49% | - |
| XYZ | 17.25 | 19.28 | 17 | - |
| YUV | 120.08 | 121.18 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 124 | 108 | 0.06 | 0 | 0.13 | 0.51 | 86.25 | 0.07 | 0.45 |
| Hex | 75 | 7C | 6C | 6 | 0 | D | 33 | 56 | 7 | 2D |
| Octal | 165 | 174 | 154 | 6 | 0 | 15 | 63 | 126 | 7 | 55 |
| Binary | 1110101 | 1111100 | 1101100 | 110 | 0 | 1101 | 110011 | 1010110 | 111 | 101101 |
Color Harmonies of #757C6C
Complementary color
Monochromatic Colors of #757C6C
Black with #757C6C
Text Example
Text Example
White with #757C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757C6C; }
p { color: rgb(117,124,108); }
H1.HeaderClassName
{
color: #757C6C;
}
.AnyTagClassName
{
color: #757C6C;
}
</style>
background-color css
<style>
a { background-color: #757C6C; }
a { background-color: rgb(117,124,108); }
div.DivClassName
{
background-color: #757C6C;
}
.BgClassName
{
background-color: #757C6C;
}
</style>
border-color css
<style>
span { border-color: #757C6C; }
span { border-color: rgb(117,124,108); }
td.TdClassName
{
border-color: #757C6C;
}
.TagClassName
{
border-color: #757C6C;
}
</style>