Shades of Camouflage Green #788568
Tints of Camouflage Green #788568
RGB
CMYK
RGB Variations
Color information
#788568 (or 0x788568) is known color: Camouflage Green. HEX triplet: 78, 85 and 68. RGB value is (120,133,104). Sum of RGB (Red+Green+Blue) = 120+133+104=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 133 - color contains mainly: green. Hex color #788568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788568 is #877A97. Grayscale: #7D7D7D. Windows color (decimal): -8878744 or 6849912. OLE color: 6849912.
HSL color Cylindrical-coordinate representation of color #788568: hue angle of 86.9º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #788568 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 133 | 104 | - |
| CMYK | 0.10 | 0 | 0.22 | 0.48 |
| HSL | 86.9º | 0.12% | 0.46% | - |
| HSV(B) | 86.9º | 0.22% | 0.52% | - |
| XYZ | 18.63 | 21.77 | 16.32 | - |
| YUV | 125.81 | 115.69 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 133 | 104 | 0.10 | 0 | 0.22 | 0.48 | 86.9 | 0.12 | 0.46 |
| Hex | 78 | 85 | 68 | A | 0 | 16 | 30 | 57 | C | 2E |
| Octal | 170 | 205 | 150 | 12 | 0 | 26 | 60 | 127 | 14 | 56 |
| Binary | 1111000 | 10000101 | 1101000 | 1010 | 0 | 10110 | 110000 | 1010111 | 1100 | 101110 |
Color Harmonies of #788568
Complementary color
Monochromatic Colors of #788568
Black with #788568
Text Example
Text Example
White with #788568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788568; }
p { color: rgb(120,133,104); }
H1.HeaderClassName
{
color: #788568;
}
.AnyTagClassName
{
color: #788568;
}
</style>
background-color css
<style>
a { background-color: #788568; }
a { background-color: rgb(120,133,104); }
div.DivClassName
{
background-color: #788568;
}
.BgClassName
{
background-color: #788568;
}
</style>
border-color css
<style>
span { border-color: #788568; }
span { border-color: rgb(120,133,104); }
td.TdClassName
{
border-color: #788568;
}
.TagClassName
{
border-color: #788568;
}
</style>