Shades of Camouflage Green #7B8771
Tints of Camouflage Green #7B8771
RGB
CMYK
RGB Variations
Color information
#7B8771 (or 0x7B8771) is known color: Camouflage Green. HEX triplet: 7B, 87 and 71. RGB value is (123,135,113). Sum of RGB (Red+Green+Blue) = 123+135+113=371 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.15% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 135 - color contains mainly: green. Hex color #7B8771 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8771 is #84788E. Grayscale: #808080. Windows color (decimal): -8681615 or 7440251. OLE color: 7440251.
HSL color Cylindrical-coordinate representation of color #7B8771: hue angle of 92.73º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7B8771 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 135 | 113 | - |
| CMYK | 0.09 | 0 | 0.16 | 0.47 |
| HSL | 92.73º | 0.09% | 0.49% | - |
| HSV(B) | 92.73º | 0.16% | 0.53% | - |
| XYZ | 19.81 | 22.73 | 18.97 | - |
| YUV | 128.9 | 119.02 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 135 | 113 | 0.09 | 0 | 0.16 | 0.47 | 92.73 | 0.09 | 0.49 |
| Hex | 7B | 87 | 71 | 9 | 0 | 10 | 2F | 5D | 9 | 31 |
| Octal | 173 | 207 | 161 | 11 | 0 | 20 | 57 | 135 | 11 | 61 |
| Binary | 1111011 | 10000111 | 1110001 | 1001 | 0 | 10000 | 101111 | 1011101 | 1001 | 110001 |
Color Harmonies of #7B8771
Complementary color
Monochromatic Colors of #7B8771
Black with #7B8771
Text Example
Text Example
White with #7B8771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8771; }
p { color: rgb(123,135,113); }
H1.HeaderClassName
{
color: #7B8771;
}
.AnyTagClassName
{
color: #7B8771;
}
</style>
background-color css
<style>
a { background-color: #7B8771; }
a { background-color: rgb(123,135,113); }
div.DivClassName
{
background-color: #7B8771;
}
.BgClassName
{
background-color: #7B8771;
}
</style>
border-color css
<style>
span { border-color: #7B8771; }
span { border-color: rgb(123,135,113); }
td.TdClassName
{
border-color: #7B8771;
}
.TagClassName
{
border-color: #7B8771;
}
</style>