Shades of Camouflage Green #7A8769
Tints of Camouflage Green #7A8769
RGB
CMYK
RGB Variations
Color information
#7A8769 (or 0x7A8769) is known color: Camouflage Green. HEX triplet: 7A, 87 and 69. RGB value is (122,135,105). Sum of RGB (Red+Green+Blue) = 122+135+105=362 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.70% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 135 - color contains mainly: green. Hex color #7A8769 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8769 is #857896. Grayscale: #7F7F7F. Windows color (decimal): -8747159 or 6915962. OLE color: 6915962.
HSL color Cylindrical-coordinate representation of color #7A8769: hue angle of 86º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A8769 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 135 | 105 | - |
| CMYK | 0.10 | 0 | 0.22 | 0.47 |
| HSL | 86º | 0.13% | 0.47% | - |
| HSV(B) | 86º | 0.22% | 0.53% | - |
| XYZ | 19.24 | 22.49 | 16.69 | - |
| YUV | 127.69 | 115.19 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 135 | 105 | 0.10 | 0 | 0.22 | 0.47 | 86 | 0.13 | 0.47 |
| Hex | 7A | 87 | 69 | A | 0 | 16 | 2F | 56 | C | 2F |
| Octal | 172 | 207 | 151 | 12 | 0 | 26 | 57 | 126 | 14 | 57 |
| Binary | 1111010 | 10000111 | 1101001 | 1010 | 0 | 10110 | 101111 | 1010110 | 1100 | 101111 |
Color Harmonies of #7A8769
Complementary color
Monochromatic Colors of #7A8769
Black with #7A8769
Text Example
Text Example
White with #7A8769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8769; }
p { color: rgb(122,135,105); }
H1.HeaderClassName
{
color: #7A8769;
}
.AnyTagClassName
{
color: #7A8769;
}
</style>
background-color css
<style>
a { background-color: #7A8769; }
a { background-color: rgb(122,135,105); }
div.DivClassName
{
background-color: #7A8769;
}
.BgClassName
{
background-color: #7A8769;
}
</style>
border-color css
<style>
span { border-color: #7A8769; }
span { border-color: rgb(122,135,105); }
td.TdClassName
{
border-color: #7A8769;
}
.TagClassName
{
border-color: #7A8769;
}
</style>