Shades of Camouflage Green #80926F
Tints of Camouflage Green #80926F
RGB
CMYK
RGB Variations
Color information
#80926F (or 0x80926F) is known color: Camouflage Green. HEX triplet: 80, 92 and 6F. RGB value is (128,146,111). Sum of RGB (Red+Green+Blue) = 128+146+111=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 146 - color contains mainly: green. Hex color #80926F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80926F is #7F6D90. Grayscale: #888888. Windows color (decimal): -8351121 or 7312000. OLE color: 7312000.
HSL color Cylindrical-coordinate representation of color #80926F: hue angle of 90.86º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #80926F is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 146 | 111 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.43 |
| HSL | 90.86º | 0.14% | 0.5% | - |
| HSV(B) | 90.86º | 0.24% | 0.57% | - |
| XYZ | 22.05 | 26.29 | 18.95 | - |
| YUV | 136.63 | 113.54 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 146 | 111 | 0.12 | 0 | 0.24 | 0.43 | 90.86 | 0.14 | 0.5 |
| Hex | 80 | 92 | 6F | C | 0 | 18 | 2B | 5B | E | 32 |
| Octal | 200 | 222 | 157 | 14 | 0 | 30 | 53 | 133 | 16 | 62 |
| Binary | 10000000 | 10010010 | 1101111 | 1100 | 0 | 11000 | 101011 | 1011011 | 1110 | 110010 |
Color Harmonies of #80926F
Complementary color
Monochromatic Colors of #80926F
Black with #80926F
Text Example
Text Example
White with #80926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80926F; }
p { color: rgb(128,146,111); }
H1.HeaderClassName
{
color: #80926F;
}
.AnyTagClassName
{
color: #80926F;
}
</style>
background-color css
<style>
a { background-color: #80926F; }
a { background-color: rgb(128,146,111); }
div.DivClassName
{
background-color: #80926F;
}
.BgClassName
{
background-color: #80926F;
}
</style>
border-color css
<style>
span { border-color: #80926F; }
span { border-color: rgb(128,146,111); }
td.TdClassName
{
border-color: #80926F;
}
.TagClassName
{
border-color: #80926F;
}
</style>