Shades of Camouflage Green #7B886C
Tints of Camouflage Green #7B886C
RGB
CMYK
RGB Variations
Color information
#7B886C (or 0x7B886C) is known color: Camouflage Green. HEX triplet: 7B, 88 and 6C. RGB value is (123,136,108). Sum of RGB (Red+Green+Blue) = 123+136+108=367 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.51% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 136 - color contains mainly: green. Hex color #7B886C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B886C is #847793. Grayscale: #818181. Windows color (decimal): -8681364 or 7112827. OLE color: 7112827.
HSL color Cylindrical-coordinate representation of color #7B886C: hue angle of 87.86º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7B886C is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 136 | 108 | - |
| CMYK | 0.10 | 0 | 0.21 | 0.47 |
| HSL | 87.86º | 0.11% | 0.48% | - |
| HSV(B) | 87.86º | 0.21% | 0.53% | - |
| XYZ | 19.68 | 22.9 | 17.57 | - |
| YUV | 128.92 | 116.19 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 136 | 108 | 0.10 | 0 | 0.21 | 0.47 | 87.86 | 0.11 | 0.48 |
| Hex | 7B | 88 | 6C | A | 0 | 15 | 2F | 58 | B | 30 |
| Octal | 173 | 210 | 154 | 12 | 0 | 25 | 57 | 130 | 13 | 60 |
| Binary | 1111011 | 10001000 | 1101100 | 1010 | 0 | 10101 | 101111 | 1011000 | 1011 | 110000 |
Color Harmonies of #7B886C
Complementary color
Monochromatic Colors of #7B886C
Black with #7B886C
Text Example
Text Example
White with #7B886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B886C; }
p { color: rgb(123,136,108); }
H1.HeaderClassName
{
color: #7B886C;
}
.AnyTagClassName
{
color: #7B886C;
}
</style>
background-color css
<style>
a { background-color: #7B886C; }
a { background-color: rgb(123,136,108); }
div.DivClassName
{
background-color: #7B886C;
}
.BgClassName
{
background-color: #7B886C;
}
</style>
border-color css
<style>
span { border-color: #7B886C; }
span { border-color: rgb(123,136,108); }
td.TdClassName
{
border-color: #7B886C;
}
.TagClassName
{
border-color: #7B886C;
}
</style>