Shades of Camouflage Green #798366
Tints of Camouflage Green #798366
RGB
CMYK
RGB Variations
Color information
#798366 (or 0x798366) is known color: Camouflage Green. HEX triplet: 79, 83 and 66. RGB value is (121,131,102). Sum of RGB (Red+Green+Blue) = 121+131+102=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 131 - color contains mainly: green. Hex color #798366 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798366 is #867C99. Grayscale: #7C7C7C. Windows color (decimal): -8813722 or 6718329. OLE color: 6718329.
HSL color Cylindrical-coordinate representation of color #798366: hue angle of 80.69º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #798366 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 131 | 102 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.49 |
| HSL | 80.69º | 0.12% | 0.46% | - |
| HSV(B) | 80.69º | 0.22% | 0.51% | - |
| XYZ | 18.4 | 21.26 | 15.7 | - |
| YUV | 124.7 | 115.19 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 131 | 102 | 0.08 | 0 | 0.22 | 0.49 | 80.69 | 0.12 | 0.46 |
| Hex | 79 | 83 | 66 | 8 | 0 | 16 | 31 | 51 | C | 2E |
| Octal | 171 | 203 | 146 | 10 | 0 | 26 | 61 | 121 | 14 | 56 |
| Binary | 1111001 | 10000011 | 1100110 | 1000 | 0 | 10110 | 110001 | 1010001 | 1100 | 101110 |
Color Harmonies of #798366
Complementary color
Monochromatic Colors of #798366
Black with #798366
Text Example
Text Example
White with #798366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798366; }
p { color: rgb(121,131,102); }
H1.HeaderClassName
{
color: #798366;
}
.AnyTagClassName
{
color: #798366;
}
</style>
background-color css
<style>
a { background-color: #798366; }
a { background-color: rgb(121,131,102); }
div.DivClassName
{
background-color: #798366;
}
.BgClassName
{
background-color: #798366;
}
</style>
border-color css
<style>
span { border-color: #798366; }
span { border-color: rgb(121,131,102); }
td.TdClassName
{
border-color: #798366;
}
.TagClassName
{
border-color: #798366;
}
</style>