Shades of Camouflage Green #6E865C
Tints of Camouflage Green #6E865C
RGB
CMYK
RGB Variations
Color information
#6E865C (or 0x6E865C) is known color: Camouflage Green. HEX triplet: 6E, 86 and 5C. RGB value is (110,134,92). Sum of RGB (Red+Green+Blue) = 110+134+92=336 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.74% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 134 - color contains mainly: green. Hex color #6E865C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E865C is #9179A3. Grayscale: #7A7A7A. Windows color (decimal): -9533860 or 6063726. OLE color: 6063726.
HSL color Cylindrical-coordinate representation of color #6E865C: hue angle of 94.29º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6E865C is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 134 | 92 | - |
| CMYK | 0.18 | 0 | 0.31 | 0.47 |
| HSL | 94.29º | 0.19% | 0.44% | - |
| HSV(B) | 94.29º | 0.31% | 0.53% | - |
| XYZ | 16.89 | 21.14 | 13.32 | - |
| YUV | 122.04 | 111.05 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 134 | 92 | 0.18 | 0 | 0.31 | 0.47 | 94.29 | 0.19 | 0.44 |
| Hex | 6E | 86 | 5C | 12 | 0 | 1F | 2F | 5E | 13 | 2C |
| Octal | 156 | 206 | 134 | 22 | 0 | 37 | 57 | 136 | 23 | 54 |
| Binary | 1101110 | 10000110 | 1011100 | 10010 | 0 | 11111 | 101111 | 1011110 | 10011 | 101100 |
Color Harmonies of #6E865C
Complementary color
Monochromatic Colors of #6E865C
Black with #6E865C
Text Example
Text Example
White with #6E865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E865C; }
p { color: rgb(110,134,92); }
H1.HeaderClassName
{
color: #6E865C;
}
.AnyTagClassName
{
color: #6E865C;
}
</style>
background-color css
<style>
a { background-color: #6E865C; }
a { background-color: rgb(110,134,92); }
div.DivClassName
{
background-color: #6E865C;
}
.BgClassName
{
background-color: #6E865C;
}
</style>
border-color css
<style>
span { border-color: #6E865C; }
span { border-color: rgb(110,134,92); }
td.TdClassName
{
border-color: #6E865C;
}
.TagClassName
{
border-color: #6E865C;
}
</style>