Shades of Camouflage Green #7B8971
Tints of Camouflage Green #7B8971
RGB
CMYK
RGB Variations
Color information
#7B8971 (or 0x7B8971) is known color: Camouflage Green. HEX triplet: 7B, 89 and 71. RGB value is (123,137,113). Sum of RGB (Red+Green+Blue) = 123+137+113=373 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.98% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 137 - color contains mainly: green. Hex color #7B8971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8971 is #84768E. Grayscale: #828282. Windows color (decimal): -8681103 or 7440763. OLE color: 7440763.
HSL color Cylindrical-coordinate representation of color #7B8971: hue angle of 95º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7B8971 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 123 | 137 | 113 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.46 |
| HSL | 95º | 0.1% | 0.49% | - |
| HSV(B) | 95º | 0.18% | 0.54% | - |
| XYZ | 20.09 | 23.29 | 19.06 | - |
| YUV | 130.08 | 118.36 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 137 | 113 | 0.10 | 0 | 0.18 | 0.46 | 95 | 0.1 | 0.49 |
| Hex | 7B | 89 | 71 | A | 0 | 12 | 2E | 5F | A | 31 |
| Octal | 173 | 211 | 161 | 12 | 0 | 22 | 56 | 137 | 12 | 61 |
| Binary | 1111011 | 10001001 | 1110001 | 1010 | 0 | 10010 | 101110 | 1011111 | 1010 | 110001 |
Color Harmonies of #7B8971
Complementary color
Monochromatic Colors of #7B8971
Black with #7B8971
Text Example
Text Example
White with #7B8971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8971; }
p { color: rgb(123,137,113); }
H1.HeaderClassName
{
color: #7B8971;
}
.AnyTagClassName
{
color: #7B8971;
}
</style>
background-color css
<style>
a { background-color: #7B8971; }
a { background-color: rgb(123,137,113); }
div.DivClassName
{
background-color: #7B8971;
}
.BgClassName
{
background-color: #7B8971;
}
</style>
border-color css
<style>
span { border-color: #7B8971; }
span { border-color: rgb(123,137,113); }
td.TdClassName
{
border-color: #7B8971;
}
.TagClassName
{
border-color: #7B8971;
}
</style>