Shades of Camouflage Green #747B6F
Tints of Camouflage Green #747B6F
RGB
CMYK
RGB Variations
Color information
#747B6F (or 0x747B6F) is known color: Camouflage Green. HEX triplet: 74, 7B and 6F. RGB value is (116,123,111). Sum of RGB (Red+Green+Blue) = 116+123+111=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 123 - color contains mainly: green. Hex color #747B6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747B6F is #8B8490. Grayscale: #777777. Windows color (decimal): -9143441 or 7306100. OLE color: 7306100.
HSL color Cylindrical-coordinate representation of color #747B6F: hue angle of 95º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #747B6F is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 123 | 111 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.52 |
| HSL | 95º | 0.05% | 0.46% | - |
| HSV(B) | 95º | 0.1% | 0.48% | - |
| XYZ | 17.15 | 19.03 | 17.81 | - |
| YUV | 119.54 | 123.18 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 123 | 111 | 0.06 | 0 | 0.10 | 0.52 | 95 | 0.05 | 0.46 |
| Hex | 74 | 7B | 6F | 6 | 0 | A | 34 | 5F | 5 | 2E |
| Octal | 164 | 173 | 157 | 6 | 0 | 12 | 64 | 137 | 5 | 56 |
| Binary | 1110100 | 1111011 | 1101111 | 110 | 0 | 1010 | 110100 | 1011111 | 101 | 101110 |
Color Harmonies of #747B6F
Complementary color
Monochromatic Colors of #747B6F
Black with #747B6F
Text Example
Text Example
White with #747B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747B6F; }
p { color: rgb(116,123,111); }
H1.HeaderClassName
{
color: #747B6F;
}
.AnyTagClassName
{
color: #747B6F;
}
</style>
background-color css
<style>
a { background-color: #747B6F; }
a { background-color: rgb(116,123,111); }
div.DivClassName
{
background-color: #747B6F;
}
.BgClassName
{
background-color: #747B6F;
}
</style>
border-color css
<style>
span { border-color: #747B6F; }
span { border-color: rgb(116,123,111); }
td.TdClassName
{
border-color: #747B6F;
}
.TagClassName
{
border-color: #747B6F;
}
</style>