Shades of Camouflage Green #788D68
Tints of Camouflage Green #788D68
RGB
CMYK
RGB Variations
Color information
#788D68 (or 0x788D68) is known color: Camouflage Green. HEX triplet: 78, 8D and 68. RGB value is (120,141,104). Sum of RGB (Red+Green+Blue) = 120+141+104=365 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.88% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 141 - color contains mainly: green. Hex color #788D68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788D68 is #877297. Grayscale: #828282. Windows color (decimal): -8876696 or 6851960. OLE color: 6851960.
HSL color Cylindrical-coordinate representation of color #788D68: hue angle of 94.05º 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 #788D68 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 141 | 104 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.45 |
| HSL | 94.05º | 0.15% | 0.48% | - |
| HSV(B) | 94.05º | 0.26% | 0.55% | - |
| XYZ | 19.77 | 24.04 | 16.7 | - |
| YUV | 130.5 | 113.04 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 141 | 104 | 0.15 | 0 | 0.26 | 0.45 | 94.05 | 0.15 | 0.48 |
| Hex | 78 | 8D | 68 | F | 0 | 1A | 2D | 5E | F | 30 |
| Octal | 170 | 215 | 150 | 17 | 0 | 32 | 55 | 136 | 17 | 60 |
| Binary | 1111000 | 10001101 | 1101000 | 1111 | 0 | 11010 | 101101 | 1011110 | 1111 | 110000 |
Color Harmonies of #788D68
Complementary color
Monochromatic Colors of #788D68
Black with #788D68
Text Example
Text Example
White with #788D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788D68; }
p { color: rgb(120,141,104); }
H1.HeaderClassName
{
color: #788D68;
}
.AnyTagClassName
{
color: #788D68;
}
</style>
background-color css
<style>
a { background-color: #788D68; }
a { background-color: rgb(120,141,104); }
div.DivClassName
{
background-color: #788D68;
}
.BgClassName
{
background-color: #788D68;
}
</style>
border-color css
<style>
span { border-color: #788D68; }
span { border-color: rgb(120,141,104); }
td.TdClassName
{
border-color: #788D68;
}
.TagClassName
{
border-color: #788D68;
}
</style>