Shades of Camouflage Green #788460
Tints of Camouflage Green #788460
RGB
CMYK
RGB Variations
Color information
#788460 (or 0x788460) is known color: Camouflage Green. HEX triplet: 78, 84 and 60. RGB value is (120,132,96). Sum of RGB (Red+Green+Blue) = 120+132+96=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 132 - color contains mainly: green. Hex color #788460 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788460 is #877B9F. Grayscale: #7C7C7C. Windows color (decimal): -8879008 or 6325368. OLE color: 6325368.
HSL color Cylindrical-coordinate representation of color #788460: hue angle of 80º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #788460 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 132 | 96 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.48 |
| HSL | 80º | 0.16% | 0.45% | - |
| HSV(B) | 80º | 0.27% | 0.52% | - |
| XYZ | 18.11 | 21.34 | 14.23 | - |
| YUV | 124.31 | 112.02 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 132 | 96 | 0.09 | 0 | 0.27 | 0.48 | 80 | 0.16 | 0.45 |
| Hex | 78 | 84 | 60 | 9 | 0 | 1B | 30 | 50 | 10 | 2D |
| Octal | 170 | 204 | 140 | 11 | 0 | 33 | 60 | 120 | 20 | 55 |
| Binary | 1111000 | 10000100 | 1100000 | 1001 | 0 | 11011 | 110000 | 1010000 | 10000 | 101101 |
Color Harmonies of #788460
Complementary color
Monochromatic Colors of #788460
Black with #788460
Text Example
Text Example
White with #788460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788460; }
p { color: rgb(120,132,96); }
H1.HeaderClassName
{
color: #788460;
}
.AnyTagClassName
{
color: #788460;
}
</style>
background-color css
<style>
a { background-color: #788460; }
a { background-color: rgb(120,132,96); }
div.DivClassName
{
background-color: #788460;
}
.BgClassName
{
background-color: #788460;
}
</style>
border-color css
<style>
span { border-color: #788460; }
span { border-color: rgb(120,132,96); }
td.TdClassName
{
border-color: #788460;
}
.TagClassName
{
border-color: #788460;
}
</style>