Shades of Camouflage Green #7A8467
Tints of Camouflage Green #7A8467
RGB
CMYK
RGB Variations
Color information
#7A8467 (or 0x7A8467) is known color: Camouflage Green. HEX triplet: 7A, 84 and 67. RGB value is (122,132,103). Sum of RGB (Red+Green+Blue) = 122+132+103=357 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.17% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 132 - color contains mainly: green. Hex color #7A8467 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8467 is #857B98. Grayscale: #7D7D7D. Windows color (decimal): -8747929 or 6784122. OLE color: 6784122.
HSL color Cylindrical-coordinate representation of color #7A8467: hue angle of 80.69º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A8467 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 122 | 132 | 103 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.48 |
| HSL | 80.69º | 0.12% | 0.46% | - |
| HSV(B) | 80.69º | 0.22% | 0.52% | - |
| XYZ | 18.73 | 21.62 | 16.02 | - |
| YUV | 125.7 | 115.19 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 132 | 103 | 0.08 | 0 | 0.22 | 0.48 | 80.69 | 0.12 | 0.46 |
| Hex | 7A | 84 | 67 | 8 | 0 | 16 | 30 | 51 | C | 2E |
| Octal | 172 | 204 | 147 | 10 | 0 | 26 | 60 | 121 | 14 | 56 |
| Binary | 1111010 | 10000100 | 1100111 | 1000 | 0 | 10110 | 110000 | 1010001 | 1100 | 101110 |
Color Harmonies of #7A8467
Complementary color
Monochromatic Colors of #7A8467
Black with #7A8467
Text Example
Text Example
White with #7A8467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8467; }
p { color: rgb(122,132,103); }
H1.HeaderClassName
{
color: #7A8467;
}
.AnyTagClassName
{
color: #7A8467;
}
</style>
background-color css
<style>
a { background-color: #7A8467; }
a { background-color: rgb(122,132,103); }
div.DivClassName
{
background-color: #7A8467;
}
.BgClassName
{
background-color: #7A8467;
}
</style>
border-color css
<style>
span { border-color: #7A8467; }
span { border-color: rgb(122,132,103); }
td.TdClassName
{
border-color: #7A8467;
}
.TagClassName
{
border-color: #7A8467;
}
</style>