Shades of Camouflage Green #747C6C
Tints of Camouflage Green #747C6C
RGB
CMYK
RGB Variations
Color information
#747C6C (or 0x747C6C) is known color: Camouflage Green. HEX triplet: 74, 7C and 6C. RGB value is (116,124,108). Sum of RGB (Red+Green+Blue) = 116+124+108=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 124 - color contains mainly: green. Hex color #747C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747C6C is #8B8393. Grayscale: #777777. Windows color (decimal): -9143188 or 7109748. OLE color: 7109748.
HSL color Cylindrical-coordinate representation of color #747C6C: hue angle of 90º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #747C6C is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 124 | 108 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.51 |
| HSL | 90º | 0.07% | 0.45% | - |
| HSV(B) | 90º | 0.13% | 0.49% | - |
| XYZ | 17.12 | 19.21 | 16.99 | - |
| YUV | 119.78 | 121.35 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 124 | 108 | 0.06 | 0 | 0.13 | 0.51 | 90 | 0.07 | 0.45 |
| Hex | 74 | 7C | 6C | 6 | 0 | D | 33 | 5A | 7 | 2D |
| Octal | 164 | 174 | 154 | 6 | 0 | 15 | 63 | 132 | 7 | 55 |
| Binary | 1110100 | 1111100 | 1101100 | 110 | 0 | 1101 | 110011 | 1011010 | 111 | 101101 |
Color Harmonies of #747C6C
Complementary color
Monochromatic Colors of #747C6C
Black with #747C6C
Text Example
Text Example
White with #747C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747C6C; }
p { color: rgb(116,124,108); }
H1.HeaderClassName
{
color: #747C6C;
}
.AnyTagClassName
{
color: #747C6C;
}
</style>
background-color css
<style>
a { background-color: #747C6C; }
a { background-color: rgb(116,124,108); }
div.DivClassName
{
background-color: #747C6C;
}
.BgClassName
{
background-color: #747C6C;
}
</style>
border-color css
<style>
span { border-color: #747C6C; }
span { border-color: rgb(116,124,108); }
td.TdClassName
{
border-color: #747C6C;
}
.TagClassName
{
border-color: #747C6C;
}
</style>