Shades of Camouflage Green #7B876A
Tints of Camouflage Green #7B876A
RGB
CMYK
RGB Variations
Color information
#7B876A (or 0x7B876A) is known color: Camouflage Green. HEX triplet: 7B, 87 and 6A. RGB value is (123,135,106). Sum of RGB (Red+Green+Blue) = 123+135+106=364 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.79% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 135 - color contains mainly: green. Hex color #7B876A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B876A is #847895. Grayscale: #808080. Windows color (decimal): -8681622 or 6981499. OLE color: 6981499.
HSL color Cylindrical-coordinate representation of color #7B876A: hue angle of 84.83º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7B876A is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 135 | 106 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.47 |
| HSL | 84.83º | 0.12% | 0.47% | - |
| HSV(B) | 84.83º | 0.21% | 0.53% | - |
| XYZ | 19.43 | 22.58 | 16.97 | - |
| YUV | 128.11 | 115.52 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 135 | 106 | 0.09 | 0 | 0.21 | 0.47 | 84.83 | 0.12 | 0.47 |
| Hex | 7B | 87 | 6A | 9 | 0 | 15 | 2F | 55 | C | 2F |
| Octal | 173 | 207 | 152 | 11 | 0 | 25 | 57 | 125 | 14 | 57 |
| Binary | 1111011 | 10000111 | 1101010 | 1001 | 0 | 10101 | 101111 | 1010101 | 1100 | 101111 |
Color Harmonies of #7B876A
Complementary color
Monochromatic Colors of #7B876A
Black with #7B876A
Text Example
Text Example
White with #7B876A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B876A; }
p { color: rgb(123,135,106); }
H1.HeaderClassName
{
color: #7B876A;
}
.AnyTagClassName
{
color: #7B876A;
}
</style>
background-color css
<style>
a { background-color: #7B876A; }
a { background-color: rgb(123,135,106); }
div.DivClassName
{
background-color: #7B876A;
}
.BgClassName
{
background-color: #7B876A;
}
</style>
border-color css
<style>
span { border-color: #7B876A; }
span { border-color: rgb(123,135,106); }
td.TdClassName
{
border-color: #7B876A;
}
.TagClassName
{
border-color: #7B876A;
}
</style>