Shades of Camouflage Green #7A865F
Tints of Camouflage Green #7A865F
RGB
CMYK
RGB Variations
Color information
#7A865F (or 0x7A865F) is known color: Camouflage Green. HEX triplet: 7A, 86 and 5F. RGB value is (122,134,95). Sum of RGB (Red+Green+Blue) = 122+134+95=351 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.76% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 134 - color contains mainly: green. Hex color #7A865F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A865F is #8579A0. Grayscale: #7E7E7E. Windows color (decimal): -8747425 or 6260346. OLE color: 6260346.
HSL color Cylindrical-coordinate representation of color #7A865F: hue angle of 78.46º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7A865F is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 134 | 95 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.47 |
| HSL | 78.46º | 0.17% | 0.45% | - |
| HSV(B) | 78.46º | 0.29% | 0.53% | - |
| XYZ | 18.62 | 22.01 | 14.09 | - |
| YUV | 125.97 | 110.52 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 134 | 95 | 0.09 | 0 | 0.29 | 0.47 | 78.46 | 0.17 | 0.45 |
| Hex | 7A | 86 | 5F | 9 | 0 | 1D | 2F | 4E | 11 | 2D |
| Octal | 172 | 206 | 137 | 11 | 0 | 35 | 57 | 116 | 21 | 55 |
| Binary | 1111010 | 10000110 | 1011111 | 1001 | 0 | 11101 | 101111 | 1001110 | 10001 | 101101 |
Color Harmonies of #7A865F
Complementary color
Monochromatic Colors of #7A865F
Black with #7A865F
Text Example
Text Example
White with #7A865F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A865F; }
p { color: rgb(122,134,95); }
H1.HeaderClassName
{
color: #7A865F;
}
.AnyTagClassName
{
color: #7A865F;
}
</style>
background-color css
<style>
a { background-color: #7A865F; }
a { background-color: rgb(122,134,95); }
div.DivClassName
{
background-color: #7A865F;
}
.BgClassName
{
background-color: #7A865F;
}
</style>
border-color css
<style>
span { border-color: #7A865F; }
span { border-color: rgb(122,134,95); }
td.TdClassName
{
border-color: #7A865F;
}
.TagClassName
{
border-color: #7A865F;
}
</style>