Shades of Camouflage Green #778461
Tints of Camouflage Green #778461
RGB
CMYK
RGB Variations
Color information
#778461 (or 0x778461) is known color: Camouflage Green. HEX triplet: 77, 84 and 61. RGB value is (119,132,97). Sum of RGB (Red+Green+Blue) = 119+132+97=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 132 - color contains mainly: green. Hex color #778461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778461 is #887B9E. Grayscale: #7C7C7C. Windows color (decimal): -8944543 or 6390903. OLE color: 6390903.
HSL color Cylindrical-coordinate representation of color #778461: hue angle of 82.29º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #778461 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 132 | 97 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.48 |
| HSL | 82.29º | 0.15% | 0.45% | - |
| HSV(B) | 82.29º | 0.27% | 0.52% | - |
| XYZ | 18.02 | 21.29 | 14.47 | - |
| YUV | 124.12 | 112.69 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 132 | 97 | 0.10 | 0 | 0.27 | 0.48 | 82.29 | 0.15 | 0.45 |
| Hex | 77 | 84 | 61 | A | 0 | 1B | 30 | 52 | F | 2D |
| Octal | 167 | 204 | 141 | 12 | 0 | 33 | 60 | 122 | 17 | 55 |
| Binary | 1110111 | 10000100 | 1100001 | 1010 | 0 | 11011 | 110000 | 1010010 | 1111 | 101101 |
Color Harmonies of #778461
Complementary color
Monochromatic Colors of #778461
Black with #778461
Text Example
Text Example
White with #778461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778461; }
p { color: rgb(119,132,97); }
H1.HeaderClassName
{
color: #778461;
}
.AnyTagClassName
{
color: #778461;
}
</style>
background-color css
<style>
a { background-color: #778461; }
a { background-color: rgb(119,132,97); }
div.DivClassName
{
background-color: #778461;
}
.BgClassName
{
background-color: #778461;
}
</style>
border-color css
<style>
span { border-color: #778461; }
span { border-color: rgb(119,132,97); }
td.TdClassName
{
border-color: #778461;
}
.TagClassName
{
border-color: #778461;
}
</style>