Shades of Camouflage Green #788566
Tints of Camouflage Green #788566
RGB
CMYK
RGB Variations
Color information
#788566 (or 0x788566) is known color: Camouflage Green. HEX triplet: 78, 85 and 66. RGB value is (120,133,102). Sum of RGB (Red+Green+Blue) = 120+133+102=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 133 - color contains mainly: green. Hex color #788566 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788566 is #877A99. Grayscale: #7D7D7D. Windows color (decimal): -8878746 or 6718840. OLE color: 6718840.
HSL color Cylindrical-coordinate representation of color #788566: hue angle of 85.16º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #788566 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 133 | 102 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.48 |
| HSL | 85.16º | 0.13% | 0.46% | - |
| HSV(B) | 85.16º | 0.23% | 0.52% | - |
| XYZ | 18.53 | 21.73 | 15.79 | - |
| YUV | 125.58 | 114.69 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 133 | 102 | 0.10 | 0 | 0.23 | 0.48 | 85.16 | 0.13 | 0.46 |
| Hex | 78 | 85 | 66 | A | 0 | 17 | 30 | 55 | D | 2E |
| Octal | 170 | 205 | 146 | 12 | 0 | 27 | 60 | 125 | 15 | 56 |
| Binary | 1111000 | 10000101 | 1100110 | 1010 | 0 | 10111 | 110000 | 1010101 | 1101 | 101110 |
Color Harmonies of #788566
Complementary color
Monochromatic Colors of #788566
Black with #788566
Text Example
Text Example
White with #788566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788566; }
p { color: rgb(120,133,102); }
H1.HeaderClassName
{
color: #788566;
}
.AnyTagClassName
{
color: #788566;
}
</style>
background-color css
<style>
a { background-color: #788566; }
a { background-color: rgb(120,133,102); }
div.DivClassName
{
background-color: #788566;
}
.BgClassName
{
background-color: #788566;
}
</style>
border-color css
<style>
span { border-color: #788566; }
span { border-color: rgb(120,133,102); }
td.TdClassName
{
border-color: #788566;
}
.TagClassName
{
border-color: #788566;
}
</style>