Shades of Camouflage Green #788468
Tints of Camouflage Green #788468
RGB
CMYK
RGB Variations
Color information
#788468 (or 0x788468) is known color: Camouflage Green. HEX triplet: 78, 84 and 68. RGB value is (120,132,104). Sum of RGB (Red+Green+Blue) = 120+132+104=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 132 - color contains mainly: green. Hex color #788468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788468 is #877B97. Grayscale: #7D7D7D. Windows color (decimal): -8879000 or 6849656. OLE color: 6849656.
HSL color Cylindrical-coordinate representation of color #788468: hue angle of 85.71º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #788468 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 132 | 104 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.48 |
| HSL | 85.71º | 0.12% | 0.46% | - |
| HSV(B) | 85.71º | 0.21% | 0.52% | - |
| XYZ | 18.5 | 21.5 | 16.27 | - |
| YUV | 125.22 | 116.02 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 132 | 104 | 0.09 | 0 | 0.21 | 0.48 | 85.71 | 0.12 | 0.46 |
| Hex | 78 | 84 | 68 | 9 | 0 | 15 | 30 | 56 | C | 2E |
| Octal | 170 | 204 | 150 | 11 | 0 | 25 | 60 | 126 | 14 | 56 |
| Binary | 1111000 | 10000100 | 1101000 | 1001 | 0 | 10101 | 110000 | 1010110 | 1100 | 101110 |
Color Harmonies of #788468
Complementary color
Monochromatic Colors of #788468
Black with #788468
Text Example
Text Example
White with #788468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788468; }
p { color: rgb(120,132,104); }
H1.HeaderClassName
{
color: #788468;
}
.AnyTagClassName
{
color: #788468;
}
</style>
background-color css
<style>
a { background-color: #788468; }
a { background-color: rgb(120,132,104); }
div.DivClassName
{
background-color: #788468;
}
.BgClassName
{
background-color: #788468;
}
</style>
border-color css
<style>
span { border-color: #788468; }
span { border-color: rgb(120,132,104); }
td.TdClassName
{
border-color: #788468;
}
.TagClassName
{
border-color: #788468;
}
</style>