Shades of Camouflage Green #778D68
Tints of Camouflage Green #778D68
RGB
CMYK
RGB Variations
Color information
#778D68 (or 0x778D68) is known color: Camouflage Green. HEX triplet: 77, 8D and 68. RGB value is (119,141,104). Sum of RGB (Red+Green+Blue) = 119+141+104=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 141 - color contains mainly: green. Hex color #778D68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778D68 is #887297. Grayscale: #828282. Windows color (decimal): -8942232 or 6851959. OLE color: 6851959.
HSL color Cylindrical-coordinate representation of color #778D68: hue angle of 95.68º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #778D68 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 141 | 104 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.45 |
| HSL | 95.68º | 0.15% | 0.48% | - |
| HSV(B) | 95.68º | 0.26% | 0.55% | - |
| XYZ | 19.63 | 23.97 | 16.69 | - |
| YUV | 130.2 | 113.21 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 141 | 104 | 0.16 | 0 | 0.26 | 0.45 | 95.68 | 0.15 | 0.48 |
| Hex | 77 | 8D | 68 | 10 | 0 | 1A | 2D | 60 | F | 30 |
| Octal | 167 | 215 | 150 | 20 | 0 | 32 | 55 | 140 | 17 | 60 |
| Binary | 1110111 | 10001101 | 1101000 | 10000 | 0 | 11010 | 101101 | 1100000 | 1111 | 110000 |
Color Harmonies of #778D68
Complementary color
Monochromatic Colors of #778D68
Black with #778D68
Text Example
Text Example
White with #778D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778D68; }
p { color: rgb(119,141,104); }
H1.HeaderClassName
{
color: #778D68;
}
.AnyTagClassName
{
color: #778D68;
}
</style>
background-color css
<style>
a { background-color: #778D68; }
a { background-color: rgb(119,141,104); }
div.DivClassName
{
background-color: #778D68;
}
.BgClassName
{
background-color: #778D68;
}
</style>
border-color css
<style>
span { border-color: #778D68; }
span { border-color: rgb(119,141,104); }
td.TdClassName
{
border-color: #778D68;
}
.TagClassName
{
border-color: #778D68;
}
</style>