Shades of Camouflage Green #778964
Tints of Camouflage Green #778964
RGB
CMYK
RGB Variations
Color information
#778964 (or 0x778964) is known color: Camouflage Green. HEX triplet: 77, 89 and 64. RGB value is (119,137,100). Sum of RGB (Red+Green+Blue) = 119+137+100=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 137 - color contains mainly: green. Hex color #778964 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778964 is #88769B. Grayscale: #7F7F7F. Windows color (decimal): -8943260 or 6588791. OLE color: 6588791.
HSL color Cylindrical-coordinate representation of color #778964: hue angle of 89.19º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #778964 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 137 | 100 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.46 |
| HSL | 89.19º | 0.16% | 0.46% | - |
| HSV(B) | 89.19º | 0.27% | 0.54% | - |
| XYZ | 18.85 | 22.73 | 15.45 | - |
| YUV | 127.4 | 112.54 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 137 | 100 | 0.13 | 0 | 0.27 | 0.46 | 89.19 | 0.16 | 0.46 |
| Hex | 77 | 89 | 64 | D | 0 | 1B | 2E | 59 | 10 | 2E |
| Octal | 167 | 211 | 144 | 15 | 0 | 33 | 56 | 131 | 20 | 56 |
| Binary | 1110111 | 10001001 | 1100100 | 1101 | 0 | 11011 | 101110 | 1011001 | 10000 | 101110 |
Color Harmonies of #778964
Complementary color
Monochromatic Colors of #778964
Black with #778964
Text Example
Text Example
White with #778964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778964; }
p { color: rgb(119,137,100); }
H1.HeaderClassName
{
color: #778964;
}
.AnyTagClassName
{
color: #778964;
}
</style>
background-color css
<style>
a { background-color: #778964; }
a { background-color: rgb(119,137,100); }
div.DivClassName
{
background-color: #778964;
}
.BgClassName
{
background-color: #778964;
}
</style>
border-color css
<style>
span { border-color: #778964; }
span { border-color: rgb(119,137,100); }
td.TdClassName
{
border-color: #778964;
}
.TagClassName
{
border-color: #778964;
}
</style>