Shades of Camouflage Green #747B6C
Tints of Camouflage Green #747B6C
RGB
CMYK
RGB Variations
Color information
#747B6C (or 0x747B6C) is known color: Camouflage Green. HEX triplet: 74, 7B and 6C. RGB value is (116,123,108). Sum of RGB (Red+Green+Blue) = 116+123+108=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 123 - color contains mainly: green. Hex color #747B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747B6C is #8B8493. Grayscale: #777777. Windows color (decimal): -9143444 or 7109492. OLE color: 7109492.
HSL color Cylindrical-coordinate representation of color #747B6C: hue angle of 88º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #747B6C is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 123 | 108 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.52 |
| HSL | 88º | 0.06% | 0.45% | - |
| HSV(B) | 88º | 0.12% | 0.48% | - |
| XYZ | 16.99 | 18.96 | 16.95 | - |
| YUV | 119.2 | 121.68 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 123 | 108 | 0.06 | 0 | 0.12 | 0.52 | 88 | 0.06 | 0.45 |
| Hex | 74 | 7B | 6C | 6 | 0 | C | 34 | 58 | 6 | 2D |
| Octal | 164 | 173 | 154 | 6 | 0 | 14 | 64 | 130 | 6 | 55 |
| Binary | 1110100 | 1111011 | 1101100 | 110 | 0 | 1100 | 110100 | 1011000 | 110 | 101101 |
Color Harmonies of #747B6C
Complementary color
Monochromatic Colors of #747B6C
Black with #747B6C
Text Example
Text Example
White with #747B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747B6C; }
p { color: rgb(116,123,108); }
H1.HeaderClassName
{
color: #747B6C;
}
.AnyTagClassName
{
color: #747B6C;
}
</style>
background-color css
<style>
a { background-color: #747B6C; }
a { background-color: rgb(116,123,108); }
div.DivClassName
{
background-color: #747B6C;
}
.BgClassName
{
background-color: #747B6C;
}
</style>
border-color css
<style>
span { border-color: #747B6C; }
span { border-color: rgb(116,123,108); }
td.TdClassName
{
border-color: #747B6C;
}
.TagClassName
{
border-color: #747B6C;
}
</style>