Shades of Camouflage Green #808779
Tints of Camouflage Green #808779
RGB
CMYK
RGB Variations
Color information
#808779 (or 0x808779) is known color: Camouflage Green. HEX triplet: 80, 87 and 79. RGB value is (128,135,121). Sum of RGB (Red+Green+Blue) = 128+135+121=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 135 - color contains mainly: green. Hex color #808779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808779 is #7F7886. Grayscale: #838383. Windows color (decimal): -8353927 or 7964544. OLE color: 7964544.
HSL color Cylindrical-coordinate representation of color #808779: hue angle of 90º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #808779 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 135 | 121 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.47 |
| HSL | 90º | 0.06% | 0.5% | - |
| HSV(B) | 90º | 0.1% | 0.53% | - |
| XYZ | 21.02 | 23.3 | 21.48 | - |
| YUV | 131.31 | 122.18 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 135 | 121 | 0.05 | 0 | 0.10 | 0.47 | 90 | 0.06 | 0.5 |
| Hex | 80 | 87 | 79 | 5 | 0 | A | 2F | 5A | 6 | 32 |
| Octal | 200 | 207 | 171 | 5 | 0 | 12 | 57 | 132 | 6 | 62 |
| Binary | 10000000 | 10000111 | 1111001 | 101 | 0 | 1010 | 101111 | 1011010 | 110 | 110010 |
Color Harmonies of #808779
Complementary color
Monochromatic Colors of #808779
Black with #808779
Text Example
Text Example
White with #808779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808779; }
p { color: rgb(128,135,121); }
H1.HeaderClassName
{
color: #808779;
}
.AnyTagClassName
{
color: #808779;
}
</style>
background-color css
<style>
a { background-color: #808779; }
a { background-color: rgb(128,135,121); }
div.DivClassName
{
background-color: #808779;
}
.BgClassName
{
background-color: #808779;
}
</style>
border-color css
<style>
span { border-color: #808779; }
span { border-color: rgb(128,135,121); }
td.TdClassName
{
border-color: #808779;
}
.TagClassName
{
border-color: #808779;
}
</style>