Shades of Camouflage Green #798471
Tints of Camouflage Green #798471
RGB
CMYK
RGB Variations
Color information
#798471 (or 0x798471) is known color: Camouflage Green. HEX triplet: 79, 84 and 71. RGB value is (121,132,113). Sum of RGB (Red+Green+Blue) = 121+132+113=366 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.06% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 132 - color contains mainly: green. Hex color #798471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798471 is #867B8E. Grayscale: #7E7E7E. Windows color (decimal): -8813455 or 7439481. OLE color: 7439481.
HSL color Cylindrical-coordinate representation of color #798471: hue angle of 94.74º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #798471 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 121 | 132 | 113 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.48 |
| HSL | 94.74º | 0.08% | 0.48% | - |
| HSV(B) | 94.74º | 0.14% | 0.52% | - |
| XYZ | 19.12 | 21.76 | 18.82 | - |
| YUV | 126.55 | 120.36 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 132 | 113 | 0.08 | 0 | 0.14 | 0.48 | 94.74 | 0.08 | 0.48 |
| Hex | 79 | 84 | 71 | 8 | 0 | E | 30 | 5F | 8 | 30 |
| Octal | 171 | 204 | 161 | 10 | 0 | 16 | 60 | 137 | 10 | 60 |
| Binary | 1111001 | 10000100 | 1110001 | 1000 | 0 | 1110 | 110000 | 1011111 | 1000 | 110000 |
Color Harmonies of #798471
Complementary color
Monochromatic Colors of #798471
Black with #798471
Text Example
Text Example
White with #798471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798471; }
p { color: rgb(121,132,113); }
H1.HeaderClassName
{
color: #798471;
}
.AnyTagClassName
{
color: #798471;
}
</style>
background-color css
<style>
a { background-color: #798471; }
a { background-color: rgb(121,132,113); }
div.DivClassName
{
background-color: #798471;
}
.BgClassName
{
background-color: #798471;
}
</style>
border-color css
<style>
span { border-color: #798471; }
span { border-color: rgb(121,132,113); }
td.TdClassName
{
border-color: #798471;
}
.TagClassName
{
border-color: #798471;
}
</style>