Shades of Camouflage Green #747F6C
Tints of Camouflage Green #747F6C
RGB
CMYK
RGB Variations
Color information
#747F6C (or 0x747F6C) is known color: Camouflage Green. HEX triplet: 74, 7F and 6C. RGB value is (116,127,108). Sum of RGB (Red+Green+Blue) = 116+127+108=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 127 - color contains mainly: green. Hex color #747F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747F6C is #8B8093. Grayscale: #797979. Windows color (decimal): -9142420 or 7110516. OLE color: 7110516.
HSL color Cylindrical-coordinate representation of color #747F6C: hue angle of 94.74º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #747F6C is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 127 | 108 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.50 |
| HSL | 94.74º | 0.08% | 0.46% | - |
| HSV(B) | 94.74º | 0.15% | 0.5% | - |
| XYZ | 17.5 | 19.97 | 17.12 | - |
| YUV | 121.55 | 120.36 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 127 | 108 | 0.09 | 0 | 0.15 | 0.50 | 94.74 | 0.08 | 0.46 |
| Hex | 74 | 7F | 6C | 9 | 0 | F | 32 | 5F | 8 | 2E |
| Octal | 164 | 177 | 154 | 11 | 0 | 17 | 62 | 137 | 10 | 56 |
| Binary | 1110100 | 1111111 | 1101100 | 1001 | 0 | 1111 | 110010 | 1011111 | 1000 | 101110 |
Color Harmonies of #747F6C
Complementary color
Monochromatic Colors of #747F6C
Black with #747F6C
Text Example
Text Example
White with #747F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747F6C; }
p { color: rgb(116,127,108); }
H1.HeaderClassName
{
color: #747F6C;
}
.AnyTagClassName
{
color: #747F6C;
}
</style>
background-color css
<style>
a { background-color: #747F6C; }
a { background-color: rgb(116,127,108); }
div.DivClassName
{
background-color: #747F6C;
}
.BgClassName
{
background-color: #747F6C;
}
</style>
border-color css
<style>
span { border-color: #747F6C; }
span { border-color: rgb(116,127,108); }
td.TdClassName
{
border-color: #747F6C;
}
.TagClassName
{
border-color: #747F6C;
}
</style>