Shades of Camouflage Green #6D875D
Tints of Camouflage Green #6D875D
RGB
CMYK
RGB Variations
Color information
#6D875D (or 0x6D875D) is known color: Camouflage Green. HEX triplet: 6D, 87 and 5D. RGB value is (109,135,93). Sum of RGB (Red+Green+Blue) = 109+135+93=337 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.34% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 135 - color contains mainly: green. Hex color #6D875D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D875D is #9278A2. Grayscale: #7A7A7A. Windows color (decimal): -9599139 or 6129517. OLE color: 6129517.
HSL color Cylindrical-coordinate representation of color #6D875D: hue angle of 97.14º 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 #6D875D is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 135 | 93 | - |
| CMYK | 0.19 | 0 | 0.31 | 0.47 |
| HSL | 97.14º | 0.18% | 0.45% | - |
| HSV(B) | 97.14º | 0.31% | 0.53% | - |
| XYZ | 16.95 | 21.37 | 13.59 | - |
| YUV | 122.44 | 111.39 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 135 | 93 | 0.19 | 0 | 0.31 | 0.47 | 97.14 | 0.18 | 0.45 |
| Hex | 6D | 87 | 5D | 13 | 0 | 1F | 2F | 61 | 12 | 2D |
| Octal | 155 | 207 | 135 | 23 | 0 | 37 | 57 | 141 | 22 | 55 |
| Binary | 1101101 | 10000111 | 1011101 | 10011 | 0 | 11111 | 101111 | 1100001 | 10010 | 101101 |
Color Harmonies of #6D875D
Complementary color
Monochromatic Colors of #6D875D
Black with #6D875D
Text Example
Text Example
White with #6D875D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D875D; }
p { color: rgb(109,135,93); }
H1.HeaderClassName
{
color: #6D875D;
}
.AnyTagClassName
{
color: #6D875D;
}
</style>
background-color css
<style>
a { background-color: #6D875D; }
a { background-color: rgb(109,135,93); }
div.DivClassName
{
background-color: #6D875D;
}
.BgClassName
{
background-color: #6D875D;
}
</style>
border-color css
<style>
span { border-color: #6D875D; }
span { border-color: rgb(109,135,93); }
td.TdClassName
{
border-color: #6D875D;
}
.TagClassName
{
border-color: #6D875D;
}
</style>