Shades of Camouflage Green #78886D
Tints of Camouflage Green #78886D
RGB
CMYK
RGB Variations
Color information
#78886D (or 0x78886D) is known color: Camouflage Green. HEX triplet: 78, 88 and 6D. RGB value is (120,136,109). Sum of RGB (Red+Green+Blue) = 120+136+109=365 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.88% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 136 - color contains mainly: green. Hex color #78886D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78886D is #877792. Grayscale: #808080. Windows color (decimal): -8877971 or 7178360. OLE color: 7178360.
HSL color Cylindrical-coordinate representation of color #78886D: hue angle of 95.56º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #78886D is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 136 | 109 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.47 |
| HSL | 95.56º | 0.11% | 0.48% | - |
| HSV(B) | 95.56º | 0.2% | 0.53% | - |
| XYZ | 19.31 | 22.71 | 17.83 | - |
| YUV | 128.14 | 117.2 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 136 | 109 | 0.12 | 0 | 0.20 | 0.47 | 95.56 | 0.11 | 0.48 |
| Hex | 78 | 88 | 6D | C | 0 | 14 | 2F | 60 | B | 30 |
| Octal | 170 | 210 | 155 | 14 | 0 | 24 | 57 | 140 | 13 | 60 |
| Binary | 1111000 | 10001000 | 1101101 | 1100 | 0 | 10100 | 101111 | 1100000 | 1011 | 110000 |
Color Harmonies of #78886D
Complementary color
Monochromatic Colors of #78886D
Black with #78886D
Text Example
Text Example
White with #78886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78886D; }
p { color: rgb(120,136,109); }
H1.HeaderClassName
{
color: #78886D;
}
.AnyTagClassName
{
color: #78886D;
}
</style>
background-color css
<style>
a { background-color: #78886D; }
a { background-color: rgb(120,136,109); }
div.DivClassName
{
background-color: #78886D;
}
.BgClassName
{
background-color: #78886D;
}
</style>
border-color css
<style>
span { border-color: #78886D; }
span { border-color: rgb(120,136,109); }
td.TdClassName
{
border-color: #78886D;
}
.TagClassName
{
border-color: #78886D;
}
</style>