Shades of Camouflage Green #778661
Tints of Camouflage Green #778661
RGB
CMYK
RGB Variations
Color information
#778661 (or 0x778661) is known color: Camouflage Green. HEX triplet: 77, 86 and 61. RGB value is (119,134,97). Sum of RGB (Red+Green+Blue) = 119+134+97=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 134 - color contains mainly: green. Hex color #778661 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778661 is #88799E. Grayscale: #7D7D7D. Windows color (decimal): -8944031 or 6391415. OLE color: 6391415.
HSL color Cylindrical-coordinate representation of color #778661: hue angle of 84.32º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #778661 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 134 | 97 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.47 |
| HSL | 84.32º | 0.16% | 0.45% | - |
| HSV(B) | 84.32º | 0.28% | 0.53% | - |
| XYZ | 18.29 | 21.84 | 14.56 | - |
| YUV | 125.3 | 112.03 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 134 | 97 | 0.11 | 0 | 0.28 | 0.47 | 84.32 | 0.16 | 0.45 |
| Hex | 77 | 86 | 61 | B | 0 | 1C | 2F | 54 | 10 | 2D |
| Octal | 167 | 206 | 141 | 13 | 0 | 34 | 57 | 124 | 20 | 55 |
| Binary | 1110111 | 10000110 | 1100001 | 1011 | 0 | 11100 | 101111 | 1010100 | 10000 | 101101 |
Color Harmonies of #778661
Complementary color
Monochromatic Colors of #778661
Black with #778661
Text Example
Text Example
White with #778661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778661; }
p { color: rgb(119,134,97); }
H1.HeaderClassName
{
color: #778661;
}
.AnyTagClassName
{
color: #778661;
}
</style>
background-color css
<style>
a { background-color: #778661; }
a { background-color: rgb(119,134,97); }
div.DivClassName
{
background-color: #778661;
}
.BgClassName
{
background-color: #778661;
}
</style>
border-color css
<style>
span { border-color: #778661; }
span { border-color: rgb(119,134,97); }
td.TdClassName
{
border-color: #778661;
}
.TagClassName
{
border-color: #778661;
}
</style>