Shades of Camouflage Green #747A6D
Tints of Camouflage Green #747A6D
RGB
CMYK
RGB Variations
Color information
#747A6D (or 0x747A6D) is known color: Camouflage Green. HEX triplet: 74, 7A and 6D. RGB value is (116,122,109). Sum of RGB (Red+Green+Blue) = 116+122+109=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 122 - color contains mainly: green. Hex color #747A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747A6D is #8B8592. Grayscale: #767676. Windows color (decimal): -9143699 or 7174772. OLE color: 7174772.
HSL color Cylindrical-coordinate representation of color #747A6D: hue angle of 87.69º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #747A6D is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 122 | 109 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.52 |
| HSL | 87.69º | 0.06% | 0.45% | - |
| HSV(B) | 87.69º | 0.11% | 0.48% | - |
| XYZ | 16.92 | 18.74 | 17.19 | - |
| YUV | 118.72 | 122.51 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 109 | 0.05 | 0 | 0.11 | 0.52 | 87.69 | 0.06 | 0.45 |
| Hex | 74 | 7A | 6D | 5 | 0 | B | 34 | 58 | 6 | 2D |
| Octal | 164 | 172 | 155 | 5 | 0 | 13 | 64 | 130 | 6 | 55 |
| Binary | 1110100 | 1111010 | 1101101 | 101 | 0 | 1011 | 110100 | 1011000 | 110 | 101101 |
Color Harmonies of #747A6D
Complementary color
Monochromatic Colors of #747A6D
Black with #747A6D
Text Example
Text Example
White with #747A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747A6D; }
p { color: rgb(116,122,109); }
H1.HeaderClassName
{
color: #747A6D;
}
.AnyTagClassName
{
color: #747A6D;
}
</style>
background-color css
<style>
a { background-color: #747A6D; }
a { background-color: rgb(116,122,109); }
div.DivClassName
{
background-color: #747A6D;
}
.BgClassName
{
background-color: #747A6D;
}
</style>
border-color css
<style>
span { border-color: #747A6D; }
span { border-color: rgb(116,122,109); }
td.TdClassName
{
border-color: #747A6D;
}
.TagClassName
{
border-color: #747A6D;
}
</style>