Shades of Camouflage Green #798665
Tints of Camouflage Green #798665
RGB
CMYK
RGB Variations
Color information
#798665 (or 0x798665) is known color: Camouflage Green. HEX triplet: 79, 86 and 65. RGB value is (121,134,101). Sum of RGB (Red+Green+Blue) = 121+134+101=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 134 - color contains mainly: green. Hex color #798665 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798665 is #86799A. Grayscale: #7E7E7E. Windows color (decimal): -8812955 or 6653561. OLE color: 6653561.
HSL color Cylindrical-coordinate representation of color #798665: hue angle of 83.64º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #798665 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 121 | 134 | 101 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.47 |
| HSL | 83.64º | 0.14% | 0.46% | - |
| HSV(B) | 83.64º | 0.25% | 0.53% | - |
| XYZ | 18.76 | 22.05 | 15.58 | - |
| YUV | 126.35 | 113.69 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 134 | 101 | 0.10 | 0 | 0.25 | 0.47 | 83.64 | 0.14 | 0.46 |
| Hex | 79 | 86 | 65 | A | 0 | 19 | 2F | 54 | E | 2E |
| Octal | 171 | 206 | 145 | 12 | 0 | 31 | 57 | 124 | 16 | 56 |
| Binary | 1111001 | 10000110 | 1100101 | 1010 | 0 | 11001 | 101111 | 1010100 | 1110 | 101110 |
Color Harmonies of #798665
Complementary color
Monochromatic Colors of #798665
Black with #798665
Text Example
Text Example
White with #798665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798665; }
p { color: rgb(121,134,101); }
H1.HeaderClassName
{
color: #798665;
}
.AnyTagClassName
{
color: #798665;
}
</style>
background-color css
<style>
a { background-color: #798665; }
a { background-color: rgb(121,134,101); }
div.DivClassName
{
background-color: #798665;
}
.BgClassName
{
background-color: #798665;
}
</style>
border-color css
<style>
span { border-color: #798665; }
span { border-color: rgb(121,134,101); }
td.TdClassName
{
border-color: #798665;
}
.TagClassName
{
border-color: #798665;
}
</style>