Shades of Camouflage Green #798570
Tints of Camouflage Green #798570
RGB
CMYK
RGB Variations
Color information
#798570 (or 0x798570) is known color: Camouflage Green. HEX triplet: 79, 85 and 70. RGB value is (121,133,112). Sum of RGB (Red+Green+Blue) = 121+133+112=366 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.06% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 133 - color contains mainly: green. Hex color #798570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798570 is #867A8F. Grayscale: #7F7F7F. Windows color (decimal): -8813200 or 7374201. OLE color: 7374201.
HSL color Cylindrical-coordinate representation of color #798570: hue angle of 94.29º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #798570 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 121 | 133 | 112 | - |
| CMYK | 0.09 | 0 | 0.16 | 0.48 |
| HSL | 94.29º | 0.09% | 0.48% | - |
| HSV(B) | 94.29º | 0.16% | 0.52% | - |
| XYZ | 19.2 | 22.01 | 18.57 | - |
| YUV | 127.02 | 119.52 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 133 | 112 | 0.09 | 0 | 0.16 | 0.48 | 94.29 | 0.09 | 0.48 |
| Hex | 79 | 85 | 70 | 9 | 0 | 10 | 30 | 5E | 9 | 30 |
| Octal | 171 | 205 | 160 | 11 | 0 | 20 | 60 | 136 | 11 | 60 |
| Binary | 1111001 | 10000101 | 1110000 | 1001 | 0 | 10000 | 110000 | 1011110 | 1001 | 110000 |
Color Harmonies of #798570
Complementary color
Monochromatic Colors of #798570
Black with #798570
Text Example
Text Example
White with #798570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798570; }
p { color: rgb(121,133,112); }
H1.HeaderClassName
{
color: #798570;
}
.AnyTagClassName
{
color: #798570;
}
</style>
background-color css
<style>
a { background-color: #798570; }
a { background-color: rgb(121,133,112); }
div.DivClassName
{
background-color: #798570;
}
.BgClassName
{
background-color: #798570;
}
</style>
border-color css
<style>
span { border-color: #798570; }
span { border-color: rgb(121,133,112); }
td.TdClassName
{
border-color: #798570;
}
.TagClassName
{
border-color: #798570;
}
</style>