Shades of Camouflage Green #747C6D
Tints of Camouflage Green #747C6D
RGB
CMYK
RGB Variations
Color information
#747C6D (or 0x747C6D) is known color: Camouflage Green. HEX triplet: 74, 7C and 6D. RGB value is (116,124,109). Sum of RGB (Red+Green+Blue) = 116+124+109=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 124 - color contains mainly: green. Hex color #747C6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747C6D is #8B8392. Grayscale: #777777. Windows color (decimal): -9143187 or 7175284. OLE color: 7175284.
HSL color Cylindrical-coordinate representation of color #747C6D: hue angle of 92º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #747C6D is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 124 | 109 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.51 |
| HSL | 92º | 0.06% | 0.46% | - |
| HSV(B) | 92º | 0.12% | 0.49% | - |
| XYZ | 17.17 | 19.23 | 17.28 | - |
| YUV | 119.9 | 121.85 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 124 | 109 | 0.06 | 0 | 0.12 | 0.51 | 92 | 0.06 | 0.46 |
| Hex | 74 | 7C | 6D | 6 | 0 | C | 33 | 5C | 6 | 2E |
| Octal | 164 | 174 | 155 | 6 | 0 | 14 | 63 | 134 | 6 | 56 |
| Binary | 1110100 | 1111100 | 1101101 | 110 | 0 | 1100 | 110011 | 1011100 | 110 | 101110 |
Color Harmonies of #747C6D
Complementary color
Monochromatic Colors of #747C6D
Black with #747C6D
Text Example
Text Example
White with #747C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747C6D; }
p { color: rgb(116,124,109); }
H1.HeaderClassName
{
color: #747C6D;
}
.AnyTagClassName
{
color: #747C6D;
}
</style>
background-color css
<style>
a { background-color: #747C6D; }
a { background-color: rgb(116,124,109); }
div.DivClassName
{
background-color: #747C6D;
}
.BgClassName
{
background-color: #747C6D;
}
</style>
border-color css
<style>
span { border-color: #747C6D; }
span { border-color: rgb(116,124,109); }
td.TdClassName
{
border-color: #747C6D;
}
.TagClassName
{
border-color: #747C6D;
}
</style>