Shades of Camouflage Green #7B886B
Tints of Camouflage Green #7B886B
RGB
CMYK
RGB Variations
Color information
#7B886B (or 0x7B886B) is known color: Camouflage Green. HEX triplet: 7B, 88 and 6B. RGB value is (123,136,107). Sum of RGB (Red+Green+Blue) = 123+136+107=366 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.61% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 136 - color contains mainly: green. Hex color #7B886B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B886B is #847794. Grayscale: #808080. Windows color (decimal): -8681365 or 7047291. OLE color: 7047291.
HSL color Cylindrical-coordinate representation of color #7B886B: hue angle of 86.9º degrees, saturation: 0.12, 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 #7B886B is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 136 | 107 | - |
| CMYK | 0.10 | 0 | 0.21 | 0.47 |
| HSL | 86.9º | 0.12% | 0.48% | - |
| HSV(B) | 86.9º | 0.21% | 0.53% | - |
| XYZ | 19.63 | 22.88 | 17.29 | - |
| YUV | 128.81 | 115.69 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 136 | 107 | 0.10 | 0 | 0.21 | 0.47 | 86.9 | 0.12 | 0.48 |
| Hex | 7B | 88 | 6B | A | 0 | 15 | 2F | 57 | C | 30 |
| Octal | 173 | 210 | 153 | 12 | 0 | 25 | 57 | 127 | 14 | 60 |
| Binary | 1111011 | 10001000 | 1101011 | 1010 | 0 | 10101 | 101111 | 1010111 | 1100 | 110000 |
Color Harmonies of #7B886B
Complementary color
Monochromatic Colors of #7B886B
Black with #7B886B
Text Example
Text Example
White with #7B886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B886B; }
p { color: rgb(123,136,107); }
H1.HeaderClassName
{
color: #7B886B;
}
.AnyTagClassName
{
color: #7B886B;
}
</style>
background-color css
<style>
a { background-color: #7B886B; }
a { background-color: rgb(123,136,107); }
div.DivClassName
{
background-color: #7B886B;
}
.BgClassName
{
background-color: #7B886B;
}
</style>
border-color css
<style>
span { border-color: #7B886B; }
span { border-color: rgb(123,136,107); }
td.TdClassName
{
border-color: #7B886B;
}
.TagClassName
{
border-color: #7B886B;
}
</style>