Shades of Camouflage Green #798965
Tints of Camouflage Green #798965
RGB
CMYK
RGB Variations
Color information
#798965 (or 0x798965) is known color: Camouflage Green. HEX triplet: 79, 89 and 65. RGB value is (121,137,101). Sum of RGB (Red+Green+Blue) = 121+137+101=359 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.70% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 137 - color contains mainly: green. Hex color #798965 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798965 is #86769A. Grayscale: #808080. Windows color (decimal): -8812187 or 6654329. OLE color: 6654329.
HSL color Cylindrical-coordinate representation of color #798965: hue angle of 86.67º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #798965 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 121 | 137 | 101 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.46 |
| HSL | 86.67º | 0.15% | 0.47% | - |
| HSV(B) | 86.67º | 0.26% | 0.54% | - |
| XYZ | 19.18 | 22.9 | 15.72 | - |
| YUV | 128.11 | 112.7 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 137 | 101 | 0.12 | 0 | 0.26 | 0.46 | 86.67 | 0.15 | 0.47 |
| Hex | 79 | 89 | 65 | C | 0 | 1A | 2E | 57 | F | 2F |
| Octal | 171 | 211 | 145 | 14 | 0 | 32 | 56 | 127 | 17 | 57 |
| Binary | 1111001 | 10001001 | 1100101 | 1100 | 0 | 11010 | 101110 | 1010111 | 1111 | 101111 |
Color Harmonies of #798965
Complementary color
Monochromatic Colors of #798965
Black with #798965
Text Example
Text Example
White with #798965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798965; }
p { color: rgb(121,137,101); }
H1.HeaderClassName
{
color: #798965;
}
.AnyTagClassName
{
color: #798965;
}
</style>
background-color css
<style>
a { background-color: #798965; }
a { background-color: rgb(121,137,101); }
div.DivClassName
{
background-color: #798965;
}
.BgClassName
{
background-color: #798965;
}
</style>
border-color css
<style>
span { border-color: #798965; }
span { border-color: rgb(121,137,101); }
td.TdClassName
{
border-color: #798965;
}
.TagClassName
{
border-color: #798965;
}
</style>