Shades of Camouflage Green #7B896A
Tints of Camouflage Green #7B896A
RGB
CMYK
RGB Variations
Color information
#7B896A (or 0x7B896A) is known color: Camouflage Green. HEX triplet: 7B, 89 and 6A. RGB value is (123,137,106). Sum of RGB (Red+Green+Blue) = 123+137+106=366 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.61% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 137 - color contains mainly: green. Hex color #7B896A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B896A is #847695. Grayscale: #818181. Windows color (decimal): -8681110 or 6982011. OLE color: 6982011.
HSL color Cylindrical-coordinate representation of color #7B896A: hue angle of 87.1º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7B896A is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 123 | 137 | 106 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.46 |
| HSL | 87.1º | 0.13% | 0.48% | - |
| HSV(B) | 87.1º | 0.23% | 0.54% | - |
| XYZ | 19.72 | 23.14 | 17.06 | - |
| YUV | 129.28 | 114.86 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 137 | 106 | 0.10 | 0 | 0.23 | 0.46 | 87.1 | 0.13 | 0.48 |
| Hex | 7B | 89 | 6A | A | 0 | 17 | 2E | 57 | D | 30 |
| Octal | 173 | 211 | 152 | 12 | 0 | 27 | 56 | 127 | 15 | 60 |
| Binary | 1111011 | 10001001 | 1101010 | 1010 | 0 | 10111 | 101110 | 1010111 | 1101 | 110000 |
Color Harmonies of #7B896A
Complementary color
Monochromatic Colors of #7B896A
Black with #7B896A
Text Example
Text Example
White with #7B896A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B896A; }
p { color: rgb(123,137,106); }
H1.HeaderClassName
{
color: #7B896A;
}
.AnyTagClassName
{
color: #7B896A;
}
</style>
background-color css
<style>
a { background-color: #7B896A; }
a { background-color: rgb(123,137,106); }
div.DivClassName
{
background-color: #7B896A;
}
.BgClassName
{
background-color: #7B896A;
}
</style>
border-color css
<style>
span { border-color: #7B896A; }
span { border-color: rgb(123,137,106); }
td.TdClassName
{
border-color: #7B896A;
}
.TagClassName
{
border-color: #7B896A;
}
</style>