Shades of Camouflage Green #7B8671
Tints of Camouflage Green #7B8671
RGB
CMYK
RGB Variations
Color information
#7B8671 (or 0x7B8671) is known color: Camouflage Green. HEX triplet: 7B, 86 and 71. RGB value is (123,134,113). Sum of RGB (Red+Green+Blue) = 123+134+113=370 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.24% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 134 - color contains mainly: green. Hex color #7B8671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8671 is #84798E. Grayscale: #808080. Windows color (decimal): -8681871 or 7439995. OLE color: 7439995.
HSL color Cylindrical-coordinate representation of color #7B8671: hue angle of 91.43º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7B8671 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 134 | 113 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.47 |
| HSL | 91.43º | 0.09% | 0.48% | - |
| HSV(B) | 91.43º | 0.16% | 0.53% | - |
| XYZ | 19.67 | 22.45 | 18.92 | - |
| YUV | 128.32 | 119.36 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 134 | 113 | 0.08 | 0 | 0.16 | 0.47 | 91.43 | 0.09 | 0.48 |
| Hex | 7B | 86 | 71 | 8 | 0 | 10 | 2F | 5B | 9 | 30 |
| Octal | 173 | 206 | 161 | 10 | 0 | 20 | 57 | 133 | 11 | 60 |
| Binary | 1111011 | 10000110 | 1110001 | 1000 | 0 | 10000 | 101111 | 1011011 | 1001 | 110000 |
Color Harmonies of #7B8671
Complementary color
Monochromatic Colors of #7B8671
Black with #7B8671
Text Example
Text Example
White with #7B8671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8671; }
p { color: rgb(123,134,113); }
H1.HeaderClassName
{
color: #7B8671;
}
.AnyTagClassName
{
color: #7B8671;
}
</style>
background-color css
<style>
a { background-color: #7B8671; }
a { background-color: rgb(123,134,113); }
div.DivClassName
{
background-color: #7B8671;
}
.BgClassName
{
background-color: #7B8671;
}
</style>
border-color css
<style>
span { border-color: #7B8671; }
span { border-color: rgb(123,134,113); }
td.TdClassName
{
border-color: #7B8671;
}
.TagClassName
{
border-color: #7B8671;
}
</style>