Shades of Camouflage Green #6F865E
Tints of Camouflage Green #6F865E
RGB
CMYK
RGB Variations
Color information
#6F865E (or 0x6F865E) is known color: Camouflage Green. HEX triplet: 6F, 86 and 5E. RGB value is (111,134,94). Sum of RGB (Red+Green+Blue) = 111+134+94=339 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.74% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 134 - color contains mainly: green. Hex color #6F865E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F865E is #9079A1. Grayscale: #7A7A7A. Windows color (decimal): -9468322 or 6194799. OLE color: 6194799.
HSL color Cylindrical-coordinate representation of color #6F865E: hue angle of 94.5º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F865E is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 134 | 94 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.47 |
| HSL | 94.5º | 0.18% | 0.45% | - |
| HSV(B) | 94.5º | 0.3% | 0.53% | - |
| XYZ | 17.1 | 21.24 | 13.79 | - |
| YUV | 122.56 | 111.88 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 134 | 94 | 0.17 | 0 | 0.30 | 0.47 | 94.5 | 0.18 | 0.45 |
| Hex | 6F | 86 | 5E | 11 | 0 | 1E | 2F | 5E | 12 | 2D |
| Octal | 157 | 206 | 136 | 21 | 0 | 36 | 57 | 136 | 22 | 55 |
| Binary | 1101111 | 10000110 | 1011110 | 10001 | 0 | 11110 | 101111 | 1011110 | 10010 | 101101 |
Color Harmonies of #6F865E
Complementary color
Monochromatic Colors of #6F865E
Black with #6F865E
Text Example
Text Example
White with #6F865E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F865E; }
p { color: rgb(111,134,94); }
H1.HeaderClassName
{
color: #6F865E;
}
.AnyTagClassName
{
color: #6F865E;
}
</style>
background-color css
<style>
a { background-color: #6F865E; }
a { background-color: rgb(111,134,94); }
div.DivClassName
{
background-color: #6F865E;
}
.BgClassName
{
background-color: #6F865E;
}
</style>
border-color css
<style>
span { border-color: #6F865E; }
span { border-color: rgb(111,134,94); }
td.TdClassName
{
border-color: #6F865E;
}
.TagClassName
{
border-color: #6F865E;
}
</style>