Shades of Camouflage Green #808778
Tints of Camouflage Green #808778
RGB
CMYK
RGB Variations
Color information
#808778 (or 0x808778) is known color: Camouflage Green. HEX triplet: 80, 87 and 78. RGB value is (128,135,120). Sum of RGB (Red+Green+Blue) = 128+135+120=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 135 - color contains mainly: green. Hex color #808778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808778 is #7F7887. Grayscale: #838383. Windows color (decimal): -8353928 or 7899008. OLE color: 7899008.
HSL color Cylindrical-coordinate representation of color #808778: hue angle of 88º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #808778 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 135 | 120 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.47 |
| HSL | 88º | 0.06% | 0.5% | - |
| HSV(B) | 88º | 0.11% | 0.53% | - |
| XYZ | 20.96 | 23.27 | 21.16 | - |
| YUV | 131.2 | 121.68 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 135 | 120 | 0.05 | 0 | 0.11 | 0.47 | 88 | 0.06 | 0.5 |
| Hex | 80 | 87 | 78 | 5 | 0 | B | 2F | 58 | 6 | 32 |
| Octal | 200 | 207 | 170 | 5 | 0 | 13 | 57 | 130 | 6 | 62 |
| Binary | 10000000 | 10000111 | 1111000 | 101 | 0 | 1011 | 101111 | 1011000 | 110 | 110010 |
Color Harmonies of #808778
Complementary color
Monochromatic Colors of #808778
Black with #808778
Text Example
Text Example
White with #808778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808778; }
p { color: rgb(128,135,120); }
H1.HeaderClassName
{
color: #808778;
}
.AnyTagClassName
{
color: #808778;
}
</style>
background-color css
<style>
a { background-color: #808778; }
a { background-color: rgb(128,135,120); }
div.DivClassName
{
background-color: #808778;
}
.BgClassName
{
background-color: #808778;
}
</style>
border-color css
<style>
span { border-color: #808778; }
span { border-color: rgb(128,135,120); }
td.TdClassName
{
border-color: #808778;
}
.TagClassName
{
border-color: #808778;
}
</style>