Shades of Camouflage Green #747E6B
Tints of Camouflage Green #747E6B
RGB
CMYK
RGB Variations
Color information
#747E6B (or 0x747E6B) is known color: Camouflage Green. HEX triplet: 74, 7E and 6B. RGB value is (116,126,107). Sum of RGB (Red+Green+Blue) = 116+126+107=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 126 - color contains mainly: green. Hex color #747E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747E6B is #8B8194. Grayscale: #787878. Windows color (decimal): -9142677 or 7044724. OLE color: 7044724.
HSL color Cylindrical-coordinate representation of color #747E6B: hue angle of 91.58º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #747E6B is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 126 | 107 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.51 |
| HSL | 91.58º | 0.08% | 0.46% | - |
| HSV(B) | 91.58º | 0.15% | 0.49% | - |
| XYZ | 17.32 | 19.7 | 16.8 | - |
| YUV | 120.84 | 120.19 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 126 | 107 | 0.08 | 0 | 0.15 | 0.51 | 91.58 | 0.08 | 0.46 |
| Hex | 74 | 7E | 6B | 8 | 0 | F | 33 | 5C | 8 | 2E |
| Octal | 164 | 176 | 153 | 10 | 0 | 17 | 63 | 134 | 10 | 56 |
| Binary | 1110100 | 1111110 | 1101011 | 1000 | 0 | 1111 | 110011 | 1011100 | 1000 | 101110 |
Color Harmonies of #747E6B
Complementary color
Monochromatic Colors of #747E6B
Black with #747E6B
Text Example
Text Example
White with #747E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747E6B; }
p { color: rgb(116,126,107); }
H1.HeaderClassName
{
color: #747E6B;
}
.AnyTagClassName
{
color: #747E6B;
}
</style>
background-color css
<style>
a { background-color: #747E6B; }
a { background-color: rgb(116,126,107); }
div.DivClassName
{
background-color: #747E6B;
}
.BgClassName
{
background-color: #747E6B;
}
</style>
border-color css
<style>
span { border-color: #747E6B; }
span { border-color: rgb(116,126,107); }
td.TdClassName
{
border-color: #747E6B;
}
.TagClassName
{
border-color: #747E6B;
}
</style>