Shades of Camouflage Green #798C66
Tints of Camouflage Green #798C66
RGB
CMYK
RGB Variations
Color information
#798C66 (or 0x798C66) is known color: Camouflage Green. HEX triplet: 79, 8C and 66. RGB value is (121,140,102). Sum of RGB (Red+Green+Blue) = 121+140+102=363 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.33% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 140 - color contains mainly: green. Hex color #798C66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798C66 is #867399. Grayscale: #828282. Windows color (decimal): -8811418 or 6720633. OLE color: 6720633.
HSL color Cylindrical-coordinate representation of color #798C66: hue angle of 90º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #798C66 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 140 | 102 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.45 |
| HSL | 90º | 0.16% | 0.47% | - |
| HSV(B) | 90º | 0.27% | 0.55% | - |
| XYZ | 19.66 | 23.78 | 16.12 | - |
| YUV | 129.99 | 112.21 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 140 | 102 | 0.14 | 0 | 0.27 | 0.45 | 90 | 0.16 | 0.47 |
| Hex | 79 | 8C | 66 | E | 0 | 1B | 2D | 5A | 10 | 2F |
| Octal | 171 | 214 | 146 | 16 | 0 | 33 | 55 | 132 | 20 | 57 |
| Binary | 1111001 | 10001100 | 1100110 | 1110 | 0 | 11011 | 101101 | 1011010 | 10000 | 101111 |
Color Harmonies of #798C66
Complementary color
Monochromatic Colors of #798C66
Black with #798C66
Text Example
Text Example
White with #798C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798C66; }
p { color: rgb(121,140,102); }
H1.HeaderClassName
{
color: #798C66;
}
.AnyTagClassName
{
color: #798C66;
}
</style>
background-color css
<style>
a { background-color: #798C66; }
a { background-color: rgb(121,140,102); }
div.DivClassName
{
background-color: #798C66;
}
.BgClassName
{
background-color: #798C66;
}
</style>
border-color css
<style>
span { border-color: #798C66; }
span { border-color: rgb(121,140,102); }
td.TdClassName
{
border-color: #798C66;
}
.TagClassName
{
border-color: #798C66;
}
</style>