Shades of Camouflage Green #788862
Tints of Camouflage Green #788862
RGB
CMYK
RGB Variations
Color information
#788862 (or 0x788862) is known color: Camouflage Green. HEX triplet: 78, 88 and 62. RGB value is (120,136,98). Sum of RGB (Red+Green+Blue) = 120+136+98=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 136 (53.52% from 255 or 38.42% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 136 - color contains mainly: green. Hex color #788862 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788862 is #87779D. Grayscale: #7F7F7F. Windows color (decimal): -8877982 or 6457464. OLE color: 6457464.
HSL color Cylindrical-coordinate representation of color #788862: hue angle of 85.26º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #788862 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 136 | 98 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.47 |
| HSL | 85.26º | 0.16% | 0.46% | - |
| HSV(B) | 85.26º | 0.28% | 0.53% | - |
| XYZ | 18.75 | 22.48 | 14.91 | - |
| YUV | 126.88 | 111.7 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 136 | 98 | 0.12 | 0 | 0.28 | 0.47 | 85.26 | 0.16 | 0.46 |
| Hex | 78 | 88 | 62 | C | 0 | 1C | 2F | 55 | 10 | 2E |
| Octal | 170 | 210 | 142 | 14 | 0 | 34 | 57 | 125 | 20 | 56 |
| Binary | 1111000 | 10001000 | 1100010 | 1100 | 0 | 11100 | 101111 | 1010101 | 10000 | 101110 |
Color Harmonies of #788862
Complementary color
Monochromatic Colors of #788862
Black with #788862
Text Example
Text Example
White with #788862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788862; }
p { color: rgb(120,136,98); }
H1.HeaderClassName
{
color: #788862;
}
.AnyTagClassName
{
color: #788862;
}
</style>
background-color css
<style>
a { background-color: #788862; }
a { background-color: rgb(120,136,98); }
div.DivClassName
{
background-color: #788862;
}
.BgClassName
{
background-color: #788862;
}
</style>
border-color css
<style>
span { border-color: #788862; }
span { border-color: rgb(120,136,98); }
td.TdClassName
{
border-color: #788862;
}
.TagClassName
{
border-color: #788862;
}
</style>