Shades of Camouflage Green #6F885D
Tints of Camouflage Green #6F885D
RGB
CMYK
RGB Variations
Color information
#6F885D (or 0x6F885D) is known color: Camouflage Green. HEX triplet: 6F, 88 and 5D. RGB value is (111,136,93). Sum of RGB (Red+Green+Blue) = 111+136+93=340 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.65% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 136 - color contains mainly: green. Hex color #6F885D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F885D is #9077A2. Grayscale: #7B7B7B. Windows color (decimal): -9467811 or 6129775. OLE color: 6129775.
HSL color Cylindrical-coordinate representation of color #6F885D: 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 #6F885D is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 136 | 93 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.47 |
| HSL | 94.88º | 0.19% | 0.45% | - |
| HSV(B) | 94.88º | 0.32% | 0.53% | - |
| XYZ | 17.34 | 21.78 | 13.65 | - |
| YUV | 123.62 | 110.72 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 136 | 93 | 0.18 | 0 | 0.32 | 0.47 | 94.88 | 0.19 | 0.45 |
| Hex | 6F | 88 | 5D | 12 | 0 | 20 | 2F | 5F | 13 | 2D |
| Octal | 157 | 210 | 135 | 22 | 0 | 40 | 57 | 137 | 23 | 55 |
| Binary | 1101111 | 10001000 | 1011101 | 10010 | 0 | 100000 | 101111 | 1011111 | 10011 | 101101 |
Color Harmonies of #6F885D
Complementary color
Monochromatic Colors of #6F885D
Black with #6F885D
Text Example
Text Example
White with #6F885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F885D; }
p { color: rgb(111,136,93); }
H1.HeaderClassName
{
color: #6F885D;
}
.AnyTagClassName
{
color: #6F885D;
}
</style>
background-color css
<style>
a { background-color: #6F885D; }
a { background-color: rgb(111,136,93); }
div.DivClassName
{
background-color: #6F885D;
}
.BgClassName
{
background-color: #6F885D;
}
</style>
border-color css
<style>
span { border-color: #6F885D; }
span { border-color: rgb(111,136,93); }
td.TdClassName
{
border-color: #6F885D;
}
.TagClassName
{
border-color: #6F885D;
}
</style>