Shades of Camouflage Green #78876E
Tints of Camouflage Green #78876E
RGB
CMYK
RGB Variations
Color information
#78876E (or 0x78876E) is known color: Camouflage Green. HEX triplet: 78, 87 and 6E. RGB value is (120,135,110). Sum of RGB (Red+Green+Blue) = 120+135+110=365 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.88% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 135 - color contains mainly: green. Hex color #78876E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78876E is #877891. Grayscale: #7F7F7F. Windows color (decimal): -8878226 or 7243640. OLE color: 7243640.
HSL color Cylindrical-coordinate representation of color #78876E: hue angle of 96º degrees, saturation: 0.1, 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 #78876E is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 135 | 110 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.47 |
| HSL | 96º | 0.1% | 0.48% | - |
| HSV(B) | 96º | 0.19% | 0.53% | - |
| XYZ | 19.22 | 22.45 | 18.07 | - |
| YUV | 127.67 | 118.03 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 135 | 110 | 0.11 | 0 | 0.19 | 0.47 | 96 | 0.1 | 0.48 |
| Hex | 78 | 87 | 6E | B | 0 | 13 | 2F | 60 | A | 30 |
| Octal | 170 | 207 | 156 | 13 | 0 | 23 | 57 | 140 | 12 | 60 |
| Binary | 1111000 | 10000111 | 1101110 | 1011 | 0 | 10011 | 101111 | 1100000 | 1010 | 110000 |
Color Harmonies of #78876E
Complementary color
Monochromatic Colors of #78876E
Black with #78876E
Text Example
Text Example
White with #78876E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78876E; }
p { color: rgb(120,135,110); }
H1.HeaderClassName
{
color: #78876E;
}
.AnyTagClassName
{
color: #78876E;
}
</style>
background-color css
<style>
a { background-color: #78876E; }
a { background-color: rgb(120,135,110); }
div.DivClassName
{
background-color: #78876E;
}
.BgClassName
{
background-color: #78876E;
}
</style>
border-color css
<style>
span { border-color: #78876E; }
span { border-color: rgb(120,135,110); }
td.TdClassName
{
border-color: #78876E;
}
.TagClassName
{
border-color: #78876E;
}
</style>