Shades of Camouflage Green #7B856E
Tints of Camouflage Green #7B856E
RGB
CMYK
RGB Variations
Color information
#7B856E (or 0x7B856E) is known color: Camouflage Green. HEX triplet: 7B, 85 and 6E. RGB value is (123,133,110). Sum of RGB (Red+Green+Blue) = 123+133+110=366 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.61% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 133 - color contains mainly: green. Hex color #7B856E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B856E is #847A91. Grayscale: #7F7F7F. Windows color (decimal): -8682130 or 7243131. OLE color: 7243131.
HSL color Cylindrical-coordinate representation of color #7B856E: hue angle of 86.09º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7B856E is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 123 | 133 | 110 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.48 |
| HSL | 86.09º | 0.09% | 0.48% | - |
| HSV(B) | 86.09º | 0.17% | 0.52% | - |
| XYZ | 19.37 | 22.11 | 18 | - |
| YUV | 127.39 | 118.19 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 133 | 110 | 0.08 | 0 | 0.17 | 0.48 | 86.09 | 0.09 | 0.48 |
| Hex | 7B | 85 | 6E | 8 | 0 | 11 | 30 | 56 | 9 | 30 |
| Octal | 173 | 205 | 156 | 10 | 0 | 21 | 60 | 126 | 11 | 60 |
| Binary | 1111011 | 10000101 | 1101110 | 1000 | 0 | 10001 | 110000 | 1010110 | 1001 | 110000 |
Color Harmonies of #7B856E
Complementary color
Monochromatic Colors of #7B856E
Black with #7B856E
Text Example
Text Example
White with #7B856E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B856E; }
p { color: rgb(123,133,110); }
H1.HeaderClassName
{
color: #7B856E;
}
.AnyTagClassName
{
color: #7B856E;
}
</style>
background-color css
<style>
a { background-color: #7B856E; }
a { background-color: rgb(123,133,110); }
div.DivClassName
{
background-color: #7B856E;
}
.BgClassName
{
background-color: #7B856E;
}
</style>
border-color css
<style>
span { border-color: #7B856E; }
span { border-color: rgb(123,133,110); }
td.TdClassName
{
border-color: #7B856E;
}
.TagClassName
{
border-color: #7B856E;
}
</style>