Shades of Camouflage Green #78855D
Tints of Camouflage Green #78855D
RGB
CMYK
RGB Variations
Color information
#78855D (or 0x78855D) is known color: Camouflage Green. HEX triplet: 78, 85 and 5D. RGB value is (120,133,93). Sum of RGB (Red+Green+Blue) = 120+133+93=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 133 - color contains mainly: green. Hex color #78855D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78855D is #877AA2. Grayscale: #7C7C7C. Windows color (decimal): -8878755 or 6129016. OLE color: 6129016.
HSL color Cylindrical-coordinate representation of color #78855D: hue angle of 79.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #78855D is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 133 | 93 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.48 |
| HSL | 79.5º | 0.18% | 0.44% | - |
| HSV(B) | 79.5º | 0.3% | 0.52% | - |
| XYZ | 18.11 | 21.56 | 13.56 | - |
| YUV | 124.55 | 110.19 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 133 | 93 | 0.10 | 0 | 0.30 | 0.48 | 79.5 | 0.18 | 0.44 |
| Hex | 78 | 85 | 5D | A | 0 | 1E | 30 | 50 | 12 | 2C |
| Octal | 170 | 205 | 135 | 12 | 0 | 36 | 60 | 120 | 22 | 54 |
| Binary | 1111000 | 10000101 | 1011101 | 1010 | 0 | 11110 | 110000 | 1010000 | 10010 | 101100 |
Color Harmonies of #78855D
Complementary color
Monochromatic Colors of #78855D
Black with #78855D
Text Example
Text Example
White with #78855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78855D; }
p { color: rgb(120,133,93); }
H1.HeaderClassName
{
color: #78855D;
}
.AnyTagClassName
{
color: #78855D;
}
</style>
background-color css
<style>
a { background-color: #78855D; }
a { background-color: rgb(120,133,93); }
div.DivClassName
{
background-color: #78855D;
}
.BgClassName
{
background-color: #78855D;
}
</style>
border-color css
<style>
span { border-color: #78855D; }
span { border-color: rgb(120,133,93); }
td.TdClassName
{
border-color: #78855D;
}
.TagClassName
{
border-color: #78855D;
}
</style>