Shades of Camouflage Green #6E865D
Tints of Camouflage Green #6E865D
RGB
CMYK
RGB Variations
Color information
#6E865D (or 0x6E865D) is known color: Camouflage Green. HEX triplet: 6E, 86 and 5D. RGB value is (110,134,93). Sum of RGB (Red+Green+Blue) = 110+134+93=337 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.64% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 134 - color contains mainly: green. Hex color #6E865D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E865D is #9179A2. Grayscale: #7A7A7A. Windows color (decimal): -9533859 or 6129262. OLE color: 6129262.
HSL color Cylindrical-coordinate representation of color #6E865D: hue angle of 95.12º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6E865D is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 134 | 93 | - |
| CMYK | 0.18 | 0 | 0.31 | 0.47 |
| HSL | 95.12º | 0.18% | 0.45% | - |
| HSV(B) | 95.12º | 0.31% | 0.53% | - |
| XYZ | 16.93 | 21.16 | 13.55 | - |
| YUV | 122.15 | 111.55 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 134 | 93 | 0.18 | 0 | 0.31 | 0.47 | 95.12 | 0.18 | 0.45 |
| Hex | 6E | 86 | 5D | 12 | 0 | 1F | 2F | 5F | 12 | 2D |
| Octal | 156 | 206 | 135 | 22 | 0 | 37 | 57 | 137 | 22 | 55 |
| Binary | 1101110 | 10000110 | 1011101 | 10010 | 0 | 11111 | 101111 | 1011111 | 10010 | 101101 |
Color Harmonies of #6E865D
Complementary color
Monochromatic Colors of #6E865D
Black with #6E865D
Text Example
Text Example
White with #6E865D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E865D; }
p { color: rgb(110,134,93); }
H1.HeaderClassName
{
color: #6E865D;
}
.AnyTagClassName
{
color: #6E865D;
}
</style>
background-color css
<style>
a { background-color: #6E865D; }
a { background-color: rgb(110,134,93); }
div.DivClassName
{
background-color: #6E865D;
}
.BgClassName
{
background-color: #6E865D;
}
</style>
border-color css
<style>
span { border-color: #6E865D; }
span { border-color: rgb(110,134,93); }
td.TdClassName
{
border-color: #6E865D;
}
.TagClassName
{
border-color: #6E865D;
}
</style>