Shades of Camouflage Green #78846D
Tints of Camouflage Green #78846D
RGB
CMYK
RGB Variations
Color information
#78846D (or 0x78846D) is known color: Camouflage Green. HEX triplet: 78, 84 and 6D. RGB value is (120,132,109). Sum of RGB (Red+Green+Blue) = 120+132+109=361 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.24% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 132 - color contains mainly: green. Hex color #78846D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78846D is #877B92. Grayscale: #7D7D7D. Windows color (decimal): -8878995 or 7177336. OLE color: 7177336.
HSL color Cylindrical-coordinate representation of color #78846D: hue angle of 91.3º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #78846D is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 132 | 109 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.48 |
| HSL | 91.3º | 0.1% | 0.47% | - |
| HSV(B) | 91.3º | 0.17% | 0.52% | - |
| XYZ | 18.76 | 21.6 | 17.65 | - |
| YUV | 125.79 | 118.52 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 132 | 109 | 0.09 | 0 | 0.17 | 0.48 | 91.3 | 0.1 | 0.47 |
| Hex | 78 | 84 | 6D | 9 | 0 | 11 | 30 | 5B | A | 2F |
| Octal | 170 | 204 | 155 | 11 | 0 | 21 | 60 | 133 | 12 | 57 |
| Binary | 1111000 | 10000100 | 1101101 | 1001 | 0 | 10001 | 110000 | 1011011 | 1010 | 101111 |
Color Harmonies of #78846D
Complementary color
Monochromatic Colors of #78846D
Black with #78846D
Text Example
Text Example
White with #78846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78846D; }
p { color: rgb(120,132,109); }
H1.HeaderClassName
{
color: #78846D;
}
.AnyTagClassName
{
color: #78846D;
}
</style>
background-color css
<style>
a { background-color: #78846D; }
a { background-color: rgb(120,132,109); }
div.DivClassName
{
background-color: #78846D;
}
.BgClassName
{
background-color: #78846D;
}
</style>
border-color css
<style>
span { border-color: #78846D; }
span { border-color: rgb(120,132,109); }
td.TdClassName
{
border-color: #78846D;
}
.TagClassName
{
border-color: #78846D;
}
</style>