Shades of Camouflage Green #6F855D
Tints of Camouflage Green #6F855D
RGB
CMYK
RGB Variations
Color information
#6F855D (or 0x6F855D) is known color: Camouflage Green. HEX triplet: 6F, 85 and 5D. RGB value is (111,133,93). Sum of RGB (Red+Green+Blue) = 111+133+93=337 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.94% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 133 - color contains mainly: green. Hex color #6F855D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F855D is #907AA2. Grayscale: #7A7A7A. Windows color (decimal): -9468579 or 6129007. OLE color: 6129007.
HSL color Cylindrical-coordinate representation of color #6F855D: hue angle of 93º 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 #6F855D is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 111 | 133 | 93 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.48 |
| HSL | 93º | 0.18% | 0.44% | - |
| HSV(B) | 93º | 0.3% | 0.52% | - |
| XYZ | 16.92 | 20.94 | 13.51 | - |
| YUV | 121.86 | 111.71 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 133 | 93 | 0.17 | 0 | 0.30 | 0.48 | 93 | 0.18 | 0.44 |
| Hex | 6F | 85 | 5D | 11 | 0 | 1E | 30 | 5D | 12 | 2C |
| Octal | 157 | 205 | 135 | 21 | 0 | 36 | 60 | 135 | 22 | 54 |
| Binary | 1101111 | 10000101 | 1011101 | 10001 | 0 | 11110 | 110000 | 1011101 | 10010 | 101100 |
Color Harmonies of #6F855D
Complementary color
Monochromatic Colors of #6F855D
Black with #6F855D
Text Example
Text Example
White with #6F855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F855D; }
p { color: rgb(111,133,93); }
H1.HeaderClassName
{
color: #6F855D;
}
.AnyTagClassName
{
color: #6F855D;
}
</style>
background-color css
<style>
a { background-color: #6F855D; }
a { background-color: rgb(111,133,93); }
div.DivClassName
{
background-color: #6F855D;
}
.BgClassName
{
background-color: #6F855D;
}
</style>
border-color css
<style>
span { border-color: #6F855D; }
span { border-color: rgb(111,133,93); }
td.TdClassName
{
border-color: #6F855D;
}
.TagClassName
{
border-color: #6F855D;
}
</style>