Shades of Camouflage Green #778860
Tints of Camouflage Green #778860
RGB
CMYK
RGB Variations
Color information
#778860 (or 0x778860) is known color: Camouflage Green. HEX triplet: 77, 88 and 60. RGB value is (119,136,96). Sum of RGB (Red+Green+Blue) = 119+136+96=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 136 (53.52% from 255 or 38.75% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 136 - color contains mainly: green. Hex color #778860 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778860 is #88779F. Grayscale: #7E7E7E. Windows color (decimal): -8943520 or 6326391. OLE color: 6326391.
HSL color Cylindrical-coordinate representation of color #778860: hue angle of 85.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #778860 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 136 | 96 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.47 |
| HSL | 85.5º | 0.17% | 0.45% | - |
| HSV(B) | 85.5º | 0.29% | 0.53% | - |
| XYZ | 18.52 | 22.37 | 14.41 | - |
| YUV | 126.36 | 110.87 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 136 | 96 | 0.12 | 0 | 0.29 | 0.47 | 85.5 | 0.17 | 0.45 |
| Hex | 77 | 88 | 60 | C | 0 | 1D | 2F | 56 | 11 | 2D |
| Octal | 167 | 210 | 140 | 14 | 0 | 35 | 57 | 126 | 21 | 55 |
| Binary | 1110111 | 10001000 | 1100000 | 1100 | 0 | 11101 | 101111 | 1010110 | 10001 | 101101 |
Color Harmonies of #778860
Complementary color
Monochromatic Colors of #778860
Black with #778860
Text Example
Text Example
White with #778860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778860; }
p { color: rgb(119,136,96); }
H1.HeaderClassName
{
color: #778860;
}
.AnyTagClassName
{
color: #778860;
}
</style>
background-color css
<style>
a { background-color: #778860; }
a { background-color: rgb(119,136,96); }
div.DivClassName
{
background-color: #778860;
}
.BgClassName
{
background-color: #778860;
}
</style>
border-color css
<style>
span { border-color: #778860; }
span { border-color: rgb(119,136,96); }
td.TdClassName
{
border-color: #778860;
}
.TagClassName
{
border-color: #778860;
}
</style>