Shades of Camouflage Green #78886E
Tints of Camouflage Green #78886E
RGB
CMYK
RGB Variations
Color information
#78886E (or 0x78886E) is known color: Camouflage Green. HEX triplet: 78, 88 and 6E. RGB value is (120,136,110). Sum of RGB (Red+Green+Blue) = 120+136+110=366 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.79% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 136 - color contains mainly: green. Hex color #78886E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78886E is #877791. Grayscale: #808080. Windows color (decimal): -8877970 or 7243896. OLE color: 7243896.
HSL color Cylindrical-coordinate representation of color #78886E: hue angle of 96.92º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #78886E is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 136 | 110 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.47 |
| HSL | 96.92º | 0.11% | 0.48% | - |
| HSV(B) | 96.92º | 0.19% | 0.53% | - |
| XYZ | 19.36 | 22.73 | 18.12 | - |
| YUV | 128.25 | 117.7 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 136 | 110 | 0.12 | 0 | 0.19 | 0.47 | 96.92 | 0.11 | 0.48 |
| Hex | 78 | 88 | 6E | C | 0 | 13 | 2F | 61 | B | 30 |
| Octal | 170 | 210 | 156 | 14 | 0 | 23 | 57 | 141 | 13 | 60 |
| Binary | 1111000 | 10001000 | 1101110 | 1100 | 0 | 10011 | 101111 | 1100001 | 1011 | 110000 |
Color Harmonies of #78886E
Complementary color
Monochromatic Colors of #78886E
Black with #78886E
Text Example
Text Example
White with #78886E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78886E; }
p { color: rgb(120,136,110); }
H1.HeaderClassName
{
color: #78886E;
}
.AnyTagClassName
{
color: #78886E;
}
</style>
background-color css
<style>
a { background-color: #78886E; }
a { background-color: rgb(120,136,110); }
div.DivClassName
{
background-color: #78886E;
}
.BgClassName
{
background-color: #78886E;
}
</style>
border-color css
<style>
span { border-color: #78886E; }
span { border-color: rgb(120,136,110); }
td.TdClassName
{
border-color: #78886E;
}
.TagClassName
{
border-color: #78886E;
}
</style>