Shades of Camouflage Green #788E68
Tints of Camouflage Green #788E68
RGB
CMYK
RGB Variations
Color information
#788E68 (or 0x788E68) is known color: Camouflage Green. HEX triplet: 78, 8E and 68. RGB value is (120,142,104). Sum of RGB (Red+Green+Blue) = 120+142+104=366 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.79% from 366); Green value is 142 (55.86% from 255 or 38.80% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 142 - color contains mainly: green. Hex color #788E68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788E68 is #877197. Grayscale: #838383. Windows color (decimal): -8876440 or 6852216. OLE color: 6852216.
HSL color Cylindrical-coordinate representation of color #788E68: hue angle of 94.74º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #788E68 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 142 | 104 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.44 |
| HSL | 94.74º | 0.15% | 0.48% | - |
| HSV(B) | 94.74º | 0.27% | 0.56% | - |
| XYZ | 19.92 | 24.34 | 16.74 | - |
| YUV | 131.09 | 112.71 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 142 | 104 | 0.15 | 0 | 0.27 | 0.44 | 94.74 | 0.15 | 0.48 |
| Hex | 78 | 8E | 68 | F | 0 | 1B | 2C | 5F | F | 30 |
| Octal | 170 | 216 | 150 | 17 | 0 | 33 | 54 | 137 | 17 | 60 |
| Binary | 1111000 | 10001110 | 1101000 | 1111 | 0 | 11011 | 101100 | 1011111 | 1111 | 110000 |
Color Harmonies of #788E68
Complementary color
Monochromatic Colors of #788E68
Black with #788E68
Text Example
Text Example
White with #788E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788E68; }
p { color: rgb(120,142,104); }
H1.HeaderClassName
{
color: #788E68;
}
.AnyTagClassName
{
color: #788E68;
}
</style>
background-color css
<style>
a { background-color: #788E68; }
a { background-color: rgb(120,142,104); }
div.DivClassName
{
background-color: #788E68;
}
.BgClassName
{
background-color: #788E68;
}
</style>
border-color css
<style>
span { border-color: #788E68; }
span { border-color: rgb(120,142,104); }
td.TdClassName
{
border-color: #788E68;
}
.TagClassName
{
border-color: #788E68;
}
</style>