Shades of Camouflage Green #798B68
Tints of Camouflage Green #798B68
RGB
CMYK
RGB Variations
Color information
#798B68 (or 0x798B68) is known color: Camouflage Green. HEX triplet: 79, 8B and 68. RGB value is (121,139,104). Sum of RGB (Red+Green+Blue) = 121+139+104=364 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.24% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 139 - color contains mainly: green. Hex color #798B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798B68 is #867497. Grayscale: #818181. Windows color (decimal): -8811672 or 6851449. OLE color: 6851449.
HSL color Cylindrical-coordinate representation of color #798B68: hue angle of 90.86º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #798B68 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 139 | 104 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.45 |
| HSL | 90.86º | 0.14% | 0.48% | - |
| HSV(B) | 90.86º | 0.25% | 0.55% | - |
| XYZ | 19.62 | 23.53 | 16.6 | - |
| YUV | 129.63 | 113.54 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 139 | 104 | 0.13 | 0 | 0.25 | 0.45 | 90.86 | 0.14 | 0.48 |
| Hex | 79 | 8B | 68 | D | 0 | 19 | 2D | 5B | E | 30 |
| Octal | 171 | 213 | 150 | 15 | 0 | 31 | 55 | 133 | 16 | 60 |
| Binary | 1111001 | 10001011 | 1101000 | 1101 | 0 | 11001 | 101101 | 1011011 | 1110 | 110000 |
Color Harmonies of #798B68
Complementary color
Monochromatic Colors of #798B68
Black with #798B68
Text Example
Text Example
White with #798B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798B68; }
p { color: rgb(121,139,104); }
H1.HeaderClassName
{
color: #798B68;
}
.AnyTagClassName
{
color: #798B68;
}
</style>
background-color css
<style>
a { background-color: #798B68; }
a { background-color: rgb(121,139,104); }
div.DivClassName
{
background-color: #798B68;
}
.BgClassName
{
background-color: #798B68;
}
</style>
border-color css
<style>
span { border-color: #798B68; }
span { border-color: rgb(121,139,104); }
td.TdClassName
{
border-color: #798B68;
}
.TagClassName
{
border-color: #798B68;
}
</style>