Shades of Camouflage Green #808A76
Tints of Camouflage Green #808A76
RGB
CMYK
RGB Variations
Color information
#808A76 (or 0x808A76) is known color: Camouflage Green. HEX triplet: 80, 8A and 76. RGB value is (128,138,118). Sum of RGB (Red+Green+Blue) = 128+138+118=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 138 - color contains mainly: green. Hex color #808A76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808A76 is #7F7589. Grayscale: #848484. Windows color (decimal): -8353162 or 7768704. OLE color: 7768704.
HSL color Cylindrical-coordinate representation of color #808A76: hue angle of 90º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #808A76 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 138 | 118 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.46 |
| HSL | 90º | 0.08% | 0.5% | - |
| HSV(B) | 90º | 0.14% | 0.54% | - |
| XYZ | 21.26 | 24.07 | 20.67 | - |
| YUV | 132.73 | 119.69 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 118 | 0.07 | 0 | 0.14 | 0.46 | 90 | 0.08 | 0.5 |
| Hex | 80 | 8A | 76 | 7 | 0 | E | 2E | 5A | 8 | 32 |
| Octal | 200 | 212 | 166 | 7 | 0 | 16 | 56 | 132 | 10 | 62 |
| Binary | 10000000 | 10001010 | 1110110 | 111 | 0 | 1110 | 101110 | 1011010 | 1000 | 110010 |
Color Harmonies of #808A76
Complementary color
Monochromatic Colors of #808A76
Black with #808A76
Text Example
Text Example
White with #808A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808A76; }
p { color: rgb(128,138,118); }
H1.HeaderClassName
{
color: #808A76;
}
.AnyTagClassName
{
color: #808A76;
}
</style>
background-color css
<style>
a { background-color: #808A76; }
a { background-color: rgb(128,138,118); }
div.DivClassName
{
background-color: #808A76;
}
.BgClassName
{
background-color: #808A76;
}
</style>
border-color css
<style>
span { border-color: #808A76; }
span { border-color: rgb(128,138,118); }
td.TdClassName
{
border-color: #808A76;
}
.TagClassName
{
border-color: #808A76;
}
</style>