Shades of Camouflage Green #6E855D
Tints of Camouflage Green #6E855D
RGB
CMYK
RGB Variations
Color information
#6E855D (or 0x6E855D) is known color: Camouflage Green. HEX triplet: 6E, 85 and 5D. RGB value is (110,133,93). Sum of RGB (Red+Green+Blue) = 110+133+93=336 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.74% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 133 - color contains mainly: green. Hex color #6E855D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E855D is #917AA2. Grayscale: #797979. Windows color (decimal): -9534115 or 6129006. OLE color: 6129006.
HSL color Cylindrical-coordinate representation of color #6E855D: hue angle of 94.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E855D is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 110 | 133 | 93 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.48 |
| HSL | 94.5º | 0.18% | 0.44% | - |
| HSV(B) | 94.5º | 0.3% | 0.52% | - |
| XYZ | 16.79 | 20.88 | 13.5 | - |
| YUV | 121.56 | 111.88 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 133 | 93 | 0.17 | 0 | 0.30 | 0.48 | 94.5 | 0.18 | 0.44 |
| Hex | 6E | 85 | 5D | 11 | 0 | 1E | 30 | 5E | 12 | 2C |
| Octal | 156 | 205 | 135 | 21 | 0 | 36 | 60 | 136 | 22 | 54 |
| Binary | 1101110 | 10000101 | 1011101 | 10001 | 0 | 11110 | 110000 | 1011110 | 10010 | 101100 |
Color Harmonies of #6E855D
Complementary color
Monochromatic Colors of #6E855D
Black with #6E855D
Text Example
Text Example
White with #6E855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E855D; }
p { color: rgb(110,133,93); }
H1.HeaderClassName
{
color: #6E855D;
}
.AnyTagClassName
{
color: #6E855D;
}
</style>
background-color css
<style>
a { background-color: #6E855D; }
a { background-color: rgb(110,133,93); }
div.DivClassName
{
background-color: #6E855D;
}
.BgClassName
{
background-color: #6E855D;
}
</style>
border-color css
<style>
span { border-color: #6E855D; }
span { border-color: rgb(110,133,93); }
td.TdClassName
{
border-color: #6E855D;
}
.TagClassName
{
border-color: #6E855D;
}
</style>