Shades of Camouflage Green #778564
Tints of Camouflage Green #778564
RGB
CMYK
RGB Variations
Color information
#778564 (or 0x778564) is known color: Camouflage Green. HEX triplet: 77, 85 and 64. RGB value is (119,133,100). Sum of RGB (Red+Green+Blue) = 119+133+100=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 133 - color contains mainly: green. Hex color #778564 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778564 is #887A9B. Grayscale: #7D7D7D. Windows color (decimal): -8944284 or 6587767. OLE color: 6587767.
HSL color Cylindrical-coordinate representation of color #778564: hue angle of 85.45º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #778564 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 133 | 100 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.48 |
| HSL | 85.45º | 0.14% | 0.46% | - |
| HSV(B) | 85.45º | 0.25% | 0.52% | - |
| XYZ | 18.3 | 21.62 | 15.26 | - |
| YUV | 125.05 | 113.86 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 133 | 100 | 0.11 | 0 | 0.25 | 0.48 | 85.45 | 0.14 | 0.46 |
| Hex | 77 | 85 | 64 | B | 0 | 19 | 30 | 55 | E | 2E |
| Octal | 167 | 205 | 144 | 13 | 0 | 31 | 60 | 125 | 16 | 56 |
| Binary | 1110111 | 10000101 | 1100100 | 1011 | 0 | 11001 | 110000 | 1010101 | 1110 | 101110 |
Color Harmonies of #778564
Complementary color
Monochromatic Colors of #778564
Black with #778564
Text Example
Text Example
White with #778564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778564; }
p { color: rgb(119,133,100); }
H1.HeaderClassName
{
color: #778564;
}
.AnyTagClassName
{
color: #778564;
}
</style>
background-color css
<style>
a { background-color: #778564; }
a { background-color: rgb(119,133,100); }
div.DivClassName
{
background-color: #778564;
}
.BgClassName
{
background-color: #778564;
}
</style>
border-color css
<style>
span { border-color: #778564; }
span { border-color: rgb(119,133,100); }
td.TdClassName
{
border-color: #778564;
}
.TagClassName
{
border-color: #778564;
}
</style>