Shades of Camouflage Green #798C6B
Tints of Camouflage Green #798C6B
RGB
CMYK
RGB Variations
Color information
#798C6B (or 0x798C6B) is known color: Camouflage Green. HEX triplet: 79, 8C and 6B. RGB value is (121,140,107). Sum of RGB (Red+Green+Blue) = 121+140+107=368 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.88% from 368); Green value is 140 (55.08% from 255 or 38.04% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 140 - color contains mainly: green. Hex color #798C6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798C6B is #867394. Grayscale: #828282. Windows color (decimal): -8811413 or 7048313. OLE color: 7048313.
HSL color Cylindrical-coordinate representation of color #798C6B: hue angle of 94.55º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #798C6B is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 140 | 107 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.45 |
| HSL | 94.55º | 0.13% | 0.48% | - |
| HSV(B) | 94.55º | 0.24% | 0.55% | - |
| XYZ | 19.92 | 23.88 | 17.47 | - |
| YUV | 130.56 | 114.71 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 140 | 107 | 0.14 | 0 | 0.24 | 0.45 | 94.55 | 0.13 | 0.48 |
| Hex | 79 | 8C | 6B | E | 0 | 18 | 2D | 5F | D | 30 |
| Octal | 171 | 214 | 153 | 16 | 0 | 30 | 55 | 137 | 15 | 60 |
| Binary | 1111001 | 10001100 | 1101011 | 1110 | 0 | 11000 | 101101 | 1011111 | 1101 | 110000 |
Color Harmonies of #798C6B
Complementary color
Monochromatic Colors of #798C6B
Black with #798C6B
Text Example
Text Example
White with #798C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798C6B; }
p { color: rgb(121,140,107); }
H1.HeaderClassName
{
color: #798C6B;
}
.AnyTagClassName
{
color: #798C6B;
}
</style>
background-color css
<style>
a { background-color: #798C6B; }
a { background-color: rgb(121,140,107); }
div.DivClassName
{
background-color: #798C6B;
}
.BgClassName
{
background-color: #798C6B;
}
</style>
border-color css
<style>
span { border-color: #798C6B; }
span { border-color: rgb(121,140,107); }
td.TdClassName
{
border-color: #798C6B;
}
.TagClassName
{
border-color: #798C6B;
}
</style>