Shades of Camouflage Green #788D66
Tints of Camouflage Green #788D66
RGB
CMYK
RGB Variations
Color information
#788D66 (or 0x788D66) is known color: Camouflage Green. HEX triplet: 78, 8D and 66. RGB value is (120,141,102). Sum of RGB (Red+Green+Blue) = 120+141+102=363 (48% of max value = 765). Red value is 120 (47.27% from 255 or 33.06% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 141 - color contains mainly: green. Hex color #788D66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788D66 is #877299. Grayscale: #828282. Windows color (decimal): -8876698 or 6720888. OLE color: 6720888.
HSL color Cylindrical-coordinate representation of color #788D66: hue angle of 92.31º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #788D66 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 141 | 102 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.45 |
| HSL | 92.31º | 0.16% | 0.48% | - |
| HSV(B) | 92.31º | 0.28% | 0.55% | - |
| XYZ | 19.67 | 24 | 16.17 | - |
| YUV | 130.28 | 112.04 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 141 | 102 | 0.15 | 0 | 0.28 | 0.45 | 92.31 | 0.16 | 0.48 |
| Hex | 78 | 8D | 66 | F | 0 | 1C | 2D | 5C | 10 | 30 |
| Octal | 170 | 215 | 146 | 17 | 0 | 34 | 55 | 134 | 20 | 60 |
| Binary | 1111000 | 10001101 | 1100110 | 1111 | 0 | 11100 | 101101 | 1011100 | 10000 | 110000 |
Color Harmonies of #788D66
Complementary color
Monochromatic Colors of #788D66
Black with #788D66
Text Example
Text Example
White with #788D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788D66; }
p { color: rgb(120,141,102); }
H1.HeaderClassName
{
color: #788D66;
}
.AnyTagClassName
{
color: #788D66;
}
</style>
background-color css
<style>
a { background-color: #788D66; }
a { background-color: rgb(120,141,102); }
div.DivClassName
{
background-color: #788D66;
}
.BgClassName
{
background-color: #788D66;
}
</style>
border-color css
<style>
span { border-color: #788D66; }
span { border-color: rgb(120,141,102); }
td.TdClassName
{
border-color: #788D66;
}
.TagClassName
{
border-color: #788D66;
}
</style>