Shades of Camouflage Green #747A70
Tints of Camouflage Green #747A70
RGB
CMYK
RGB Variations
Color information
#747A70 (or 0x747A70) is known color: Camouflage Green. HEX triplet: 74, 7A and 70. RGB value is (116,122,112). Sum of RGB (Red+Green+Blue) = 116+122+112=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 122 - color contains mainly: green. Hex color #747A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747A70 is #8B858F. Grayscale: #777777. Windows color (decimal): -9143696 or 7371380. OLE color: 7371380.
HSL color Cylindrical-coordinate representation of color #747A70: hue angle of 96º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #747A70 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 122 | 112 | - |
| CMYK | 0.05 | 0 | 0.08 | 0.52 |
| HSL | 96º | 0.04% | 0.46% | - |
| HSV(B) | 96º | 0.08% | 0.48% | - |
| XYZ | 17.09 | 18.8 | 18.06 | - |
| YUV | 119.07 | 124.01 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 112 | 0.05 | 0 | 0.08 | 0.52 | 96 | 0.04 | 0.46 |
| Hex | 74 | 7A | 70 | 5 | 0 | 8 | 34 | 60 | 4 | 2E |
| Octal | 164 | 172 | 160 | 5 | 0 | 10 | 64 | 140 | 4 | 56 |
| Binary | 1110100 | 1111010 | 1110000 | 101 | 0 | 1000 | 110100 | 1100000 | 100 | 101110 |
Color Harmonies of #747A70
Complementary color
Monochromatic Colors of #747A70
Black with #747A70
Text Example
Text Example
White with #747A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747A70; }
p { color: rgb(116,122,112); }
H1.HeaderClassName
{
color: #747A70;
}
.AnyTagClassName
{
color: #747A70;
}
</style>
background-color css
<style>
a { background-color: #747A70; }
a { background-color: rgb(116,122,112); }
div.DivClassName
{
background-color: #747A70;
}
.BgClassName
{
background-color: #747A70;
}
</style>
border-color css
<style>
span { border-color: #747A70; }
span { border-color: rgb(116,122,112); }
td.TdClassName
{
border-color: #747A70;
}
.TagClassName
{
border-color: #747A70;
}
</style>