Shades of Camouflage Green #7A8A6F
Tints of Camouflage Green #7A8A6F
RGB
CMYK
RGB Variations
Color information
#7A8A6F (or 0x7A8A6F) is known color: Camouflage Green. HEX triplet: 7A, 8A and 6F. RGB value is (122,138,111). Sum of RGB (Red+Green+Blue) = 122+138+111=371 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.88% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 138 - color contains mainly: green. Hex color #7A8A6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8A6F is #857590. Grayscale: #828282. Windows color (decimal): -8746385 or 7309946. OLE color: 7309946.
HSL color Cylindrical-coordinate representation of color #7A8A6F: hue angle of 95.56º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7A8A6F is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 138 | 111 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.46 |
| HSL | 95.56º | 0.11% | 0.49% | - |
| HSV(B) | 95.56º | 0.2% | 0.54% | - |
| XYZ | 19.98 | 23.46 | 18.51 | - |
| YUV | 130.14 | 117.2 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 138 | 111 | 0.12 | 0 | 0.20 | 0.46 | 95.56 | 0.11 | 0.49 |
| Hex | 7A | 8A | 6F | C | 0 | 14 | 2E | 60 | B | 31 |
| Octal | 172 | 212 | 157 | 14 | 0 | 24 | 56 | 140 | 13 | 61 |
| Binary | 1111010 | 10001010 | 1101111 | 1100 | 0 | 10100 | 101110 | 1100000 | 1011 | 110001 |
Color Harmonies of #7A8A6F
Complementary color
Monochromatic Colors of #7A8A6F
Black with #7A8A6F
Text Example
Text Example
White with #7A8A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8A6F; }
p { color: rgb(122,138,111); }
H1.HeaderClassName
{
color: #7A8A6F;
}
.AnyTagClassName
{
color: #7A8A6F;
}
</style>
background-color css
<style>
a { background-color: #7A8A6F; }
a { background-color: rgb(122,138,111); }
div.DivClassName
{
background-color: #7A8A6F;
}
.BgClassName
{
background-color: #7A8A6F;
}
</style>
border-color css
<style>
span { border-color: #7A8A6F; }
span { border-color: rgb(122,138,111); }
td.TdClassName
{
border-color: #7A8A6F;
}
.TagClassName
{
border-color: #7A8A6F;
}
</style>