Shades of Camouflage Green #7A876C
Tints of Camouflage Green #7A876C
RGB
CMYK
RGB Variations
Color information
#7A876C (or 0x7A876C) is known color: Camouflage Green. HEX triplet: 7A, 87 and 6C. RGB value is (122,135,108). Sum of RGB (Red+Green+Blue) = 122+135+108=365 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.42% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 135 - color contains mainly: green. Hex color #7A876C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A876C is #857893. Grayscale: #808080. Windows color (decimal): -8747156 or 7112570. OLE color: 7112570.
HSL color Cylindrical-coordinate representation of color #7A876C: hue angle of 88.89º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7A876C is Cyan = 0.10, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 135 | 108 | - |
| CMYK | 0.10 | 0 | 0.2 | 0.47 |
| HSL | 88.89º | 0.11% | 0.48% | - |
| HSV(B) | 88.89º | 0.2% | 0.53% | - |
| XYZ | 19.4 | 22.55 | 17.52 | - |
| YUV | 128.04 | 116.69 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 135 | 108 | 0.10 | 0 | 0.2 | 0.47 | 88.89 | 0.11 | 0.48 |
| Hex | 7A | 87 | 6C | A | 0 | 14 | 2F | 59 | B | 30 |
| Octal | 172 | 207 | 154 | 12 | 0 | 24 | 57 | 131 | 13 | 60 |
| Binary | 1111010 | 10000111 | 1101100 | 1010 | 0 | 10100 | 101111 | 1011001 | 1011 | 110000 |
Color Harmonies of #7A876C
Complementary color
Monochromatic Colors of #7A876C
Black with #7A876C
Text Example
Text Example
White with #7A876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A876C; }
p { color: rgb(122,135,108); }
H1.HeaderClassName
{
color: #7A876C;
}
.AnyTagClassName
{
color: #7A876C;
}
</style>
background-color css
<style>
a { background-color: #7A876C; }
a { background-color: rgb(122,135,108); }
div.DivClassName
{
background-color: #7A876C;
}
.BgClassName
{
background-color: #7A876C;
}
</style>
border-color css
<style>
span { border-color: #7A876C; }
span { border-color: rgb(122,135,108); }
td.TdClassName
{
border-color: #7A876C;
}
.TagClassName
{
border-color: #7A876C;
}
</style>