Shades of Camouflage Green #798D67
Tints of Camouflage Green #798D67
RGB
CMYK
RGB Variations
Color information
#798D67 (or 0x798D67) is known color: Camouflage Green. HEX triplet: 79, 8D and 67. RGB value is (121,141,103). Sum of RGB (Red+Green+Blue) = 121+141+103=365 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.15% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 141 - color contains mainly: green. Hex color #798D67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798D67 is #867298. Grayscale: #828282. Windows color (decimal): -8811161 or 6786425. OLE color: 6786425.
HSL color Cylindrical-coordinate representation of color #798D67: hue angle of 91.58º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #798D67 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 141 | 103 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.45 |
| HSL | 91.58º | 0.16% | 0.48% | - |
| HSV(B) | 91.58º | 0.27% | 0.55% | - |
| XYZ | 19.86 | 24.09 | 16.44 | - |
| YUV | 130.69 | 112.37 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 141 | 103 | 0.14 | 0 | 0.27 | 0.45 | 91.58 | 0.16 | 0.48 |
| Hex | 79 | 8D | 67 | E | 0 | 1B | 2D | 5C | 10 | 30 |
| Octal | 171 | 215 | 147 | 16 | 0 | 33 | 55 | 134 | 20 | 60 |
| Binary | 1111001 | 10001101 | 1100111 | 1110 | 0 | 11011 | 101101 | 1011100 | 10000 | 110000 |
Color Harmonies of #798D67
Complementary color
Monochromatic Colors of #798D67
Black with #798D67
Text Example
Text Example
White with #798D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798D67; }
p { color: rgb(121,141,103); }
H1.HeaderClassName
{
color: #798D67;
}
.AnyTagClassName
{
color: #798D67;
}
</style>
background-color css
<style>
a { background-color: #798D67; }
a { background-color: rgb(121,141,103); }
div.DivClassName
{
background-color: #798D67;
}
.BgClassName
{
background-color: #798D67;
}
</style>
border-color css
<style>
span { border-color: #798D67; }
span { border-color: rgb(121,141,103); }
td.TdClassName
{
border-color: #798D67;
}
.TagClassName
{
border-color: #798D67;
}
</style>