Shades of Camouflage Green #778766
Tints of Camouflage Green #778766
RGB
CMYK
RGB Variations
Color information
#778766 (or 0x778766) is known color: Camouflage Green. HEX triplet: 77, 87 and 66. RGB value is (119,135,102). Sum of RGB (Red+Green+Blue) = 119+135+102=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 135 - color contains mainly: green. Hex color #778766 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778766 is #887899. Grayscale: #7E7E7E. Windows color (decimal): -8943770 or 6719351. OLE color: 6719351.
HSL color Cylindrical-coordinate representation of color #778766: hue angle of 89.09º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #778766 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 135 | 102 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.47 |
| HSL | 89.09º | 0.14% | 0.46% | - |
| HSV(B) | 89.09º | 0.24% | 0.53% | - |
| XYZ | 18.67 | 22.21 | 15.87 | - |
| YUV | 126.45 | 114.2 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 135 | 102 | 0.12 | 0 | 0.24 | 0.47 | 89.09 | 0.14 | 0.46 |
| Hex | 77 | 87 | 66 | C | 0 | 18 | 2F | 59 | E | 2E |
| Octal | 167 | 207 | 146 | 14 | 0 | 30 | 57 | 131 | 16 | 56 |
| Binary | 1110111 | 10000111 | 1100110 | 1100 | 0 | 11000 | 101111 | 1011001 | 1110 | 101110 |
Color Harmonies of #778766
Complementary color
Monochromatic Colors of #778766
Black with #778766
Text Example
Text Example
White with #778766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778766; }
p { color: rgb(119,135,102); }
H1.HeaderClassName
{
color: #778766;
}
.AnyTagClassName
{
color: #778766;
}
</style>
background-color css
<style>
a { background-color: #778766; }
a { background-color: rgb(119,135,102); }
div.DivClassName
{
background-color: #778766;
}
.BgClassName
{
background-color: #778766;
}
</style>
border-color css
<style>
span { border-color: #778766; }
span { border-color: rgb(119,135,102); }
td.TdClassName
{
border-color: #778766;
}
.TagClassName
{
border-color: #778766;
}
</style>