Shades of Camouflage Green #79866E
Tints of Camouflage Green #79866E
RGB
CMYK
RGB Variations
Color information
#79866E (or 0x79866E) is known color: Camouflage Green. HEX triplet: 79, 86 and 6E. RGB value is (121,134,110). Sum of RGB (Red+Green+Blue) = 121+134+110=365 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.15% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 134 - color contains mainly: green. Hex color #79866E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79866E is #867991. Grayscale: #7F7F7F. Windows color (decimal): -8812946 or 7243385. OLE color: 7243385.
HSL color Cylindrical-coordinate representation of color #79866E: hue angle of 92.5º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #79866E is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 121 | 134 | 110 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.47 |
| HSL | 92.5º | 0.1% | 0.48% | - |
| HSV(B) | 92.5º | 0.18% | 0.53% | - |
| XYZ | 19.22 | 22.24 | 18.03 | - |
| YUV | 127.38 | 118.19 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 134 | 110 | 0.10 | 0 | 0.18 | 0.47 | 92.5 | 0.1 | 0.48 |
| Hex | 79 | 86 | 6E | A | 0 | 12 | 2F | 5C | A | 30 |
| Octal | 171 | 206 | 156 | 12 | 0 | 22 | 57 | 134 | 12 | 60 |
| Binary | 1111001 | 10000110 | 1101110 | 1010 | 0 | 10010 | 101111 | 1011100 | 1010 | 110000 |
Color Harmonies of #79866E
Complementary color
Monochromatic Colors of #79866E
Black with #79866E
Text Example
Text Example
White with #79866E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79866E; }
p { color: rgb(121,134,110); }
H1.HeaderClassName
{
color: #79866E;
}
.AnyTagClassName
{
color: #79866E;
}
</style>
background-color css
<style>
a { background-color: #79866E; }
a { background-color: rgb(121,134,110); }
div.DivClassName
{
background-color: #79866E;
}
.BgClassName
{
background-color: #79866E;
}
</style>
border-color css
<style>
span { border-color: #79866E; }
span { border-color: rgb(121,134,110); }
td.TdClassName
{
border-color: #79866E;
}
.TagClassName
{
border-color: #79866E;
}
</style>