Shades of Camouflage Green #6E875C
Tints of Camouflage Green #6E875C
RGB
CMYK
RGB Variations
Color information
#6E875C (or 0x6E875C) is known color: Camouflage Green. HEX triplet: 6E, 87 and 5C. RGB value is (110,135,92). Sum of RGB (Red+Green+Blue) = 110+135+92=337 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.64% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 135 - color contains mainly: green. Hex color #6E875C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E875C is #9178A3. Grayscale: #7A7A7A. Windows color (decimal): -9533604 or 6063982. OLE color: 6063982.
HSL color Cylindrical-coordinate representation of color #6E875C: hue angle of 94.88º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6E875C is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 135 | 92 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.47 |
| HSL | 94.88º | 0.19% | 0.45% | - |
| HSV(B) | 94.88º | 0.32% | 0.53% | - |
| XYZ | 17.03 | 21.42 | 13.36 | - |
| YUV | 122.62 | 110.72 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 135 | 92 | 0.19 | 0 | 0.32 | 0.47 | 94.88 | 0.19 | 0.45 |
| Hex | 6E | 87 | 5C | 13 | 0 | 20 | 2F | 5F | 13 | 2D |
| Octal | 156 | 207 | 134 | 23 | 0 | 40 | 57 | 137 | 23 | 55 |
| Binary | 1101110 | 10000111 | 1011100 | 10011 | 0 | 100000 | 101111 | 1011111 | 10011 | 101101 |
Color Harmonies of #6E875C
Complementary color
Monochromatic Colors of #6E875C
Black with #6E875C
Text Example
Text Example
White with #6E875C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E875C; }
p { color: rgb(110,135,92); }
H1.HeaderClassName
{
color: #6E875C;
}
.AnyTagClassName
{
color: #6E875C;
}
</style>
background-color css
<style>
a { background-color: #6E875C; }
a { background-color: rgb(110,135,92); }
div.DivClassName
{
background-color: #6E875C;
}
.BgClassName
{
background-color: #6E875C;
}
</style>
border-color css
<style>
span { border-color: #6E875C; }
span { border-color: rgb(110,135,92); }
td.TdClassName
{
border-color: #6E875C;
}
.TagClassName
{
border-color: #6E875C;
}
</style>