Shades of Camouflage Green #747E66
Tints of Camouflage Green #747E66
RGB
CMYK
RGB Variations
Color information
#747E66 (or 0x747E66) is known color: Camouflage Green. HEX triplet: 74, 7E and 66. RGB value is (116,126,102). Sum of RGB (Red+Green+Blue) = 116+126+102=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 126 (49.61% from 255 or 36.63% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 126 - color contains mainly: green. Hex color #747E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747E66 is #8B8199. Grayscale: #787878. Windows color (decimal): -9142682 or 6717044. OLE color: 6717044.
HSL color Cylindrical-coordinate representation of color #747E66: hue angle of 85º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #747E66 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 126 | 102 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.51 |
| HSL | 85º | 0.11% | 0.45% | - |
| HSV(B) | 85º | 0.19% | 0.49% | - |
| XYZ | 17.06 | 19.59 | 15.45 | - |
| YUV | 120.27 | 117.69 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 126 | 102 | 0.08 | 0 | 0.19 | 0.51 | 85 | 0.11 | 0.45 |
| Hex | 74 | 7E | 66 | 8 | 0 | 13 | 33 | 55 | B | 2D |
| Octal | 164 | 176 | 146 | 10 | 0 | 23 | 63 | 125 | 13 | 55 |
| Binary | 1110100 | 1111110 | 1100110 | 1000 | 0 | 10011 | 110011 | 1010101 | 1011 | 101101 |
Color Harmonies of #747E66
Complementary color
Monochromatic Colors of #747E66
Black with #747E66
Text Example
Text Example
White with #747E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747E66; }
p { color: rgb(116,126,102); }
H1.HeaderClassName
{
color: #747E66;
}
.AnyTagClassName
{
color: #747E66;
}
</style>
background-color css
<style>
a { background-color: #747E66; }
a { background-color: rgb(116,126,102); }
div.DivClassName
{
background-color: #747E66;
}
.BgClassName
{
background-color: #747E66;
}
</style>
border-color css
<style>
span { border-color: #747E66; }
span { border-color: rgb(116,126,102); }
td.TdClassName
{
border-color: #747E66;
}
.TagClassName
{
border-color: #747E66;
}
</style>