Shades of Camouflage Green #747D6C
Tints of Camouflage Green #747D6C
RGB
CMYK
RGB Variations
Color information
#747D6C (or 0x747D6C) is known color: Camouflage Green. HEX triplet: 74, 7D and 6C. RGB value is (116,125,108). Sum of RGB (Red+Green+Blue) = 116+125+108=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 125 - color contains mainly: green. Hex color #747D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747D6C is #8B8293. Grayscale: #787878. Windows color (decimal): -9142932 or 7110004. OLE color: 7110004.
HSL color Cylindrical-coordinate representation of color #747D6C: 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.14%. Process color model (Four color, CMYK) of #747D6C is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 125 | 108 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.51 |
| HSL | 91.76º | 0.07% | 0.46% | - |
| HSV(B) | 91.76º | 0.14% | 0.49% | - |
| XYZ | 17.24 | 19.46 | 17.04 | - |
| YUV | 120.37 | 121.02 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 125 | 108 | 0.07 | 0 | 0.14 | 0.51 | 91.76 | 0.07 | 0.46 |
| Hex | 74 | 7D | 6C | 7 | 0 | E | 33 | 5C | 7 | 2E |
| Octal | 164 | 175 | 154 | 7 | 0 | 16 | 63 | 134 | 7 | 56 |
| Binary | 1110100 | 1111101 | 1101100 | 111 | 0 | 1110 | 110011 | 1011100 | 111 | 101110 |
Color Harmonies of #747D6C
Complementary color
Monochromatic Colors of #747D6C
Black with #747D6C
Text Example
Text Example
White with #747D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747D6C; }
p { color: rgb(116,125,108); }
H1.HeaderClassName
{
color: #747D6C;
}
.AnyTagClassName
{
color: #747D6C;
}
</style>
background-color css
<style>
a { background-color: #747D6C; }
a { background-color: rgb(116,125,108); }
div.DivClassName
{
background-color: #747D6C;
}
.BgClassName
{
background-color: #747D6C;
}
</style>
border-color css
<style>
span { border-color: #747D6C; }
span { border-color: rgb(116,125,108); }
td.TdClassName
{
border-color: #747D6C;
}
.TagClassName
{
border-color: #747D6C;
}
</style>