Shades of Camouflage Green #6F855C
Tints of Camouflage Green #6F855C
RGB
CMYK
RGB Variations
Color information
#6F855C (or 0x6F855C) is known color: Camouflage Green. HEX triplet: 6F, 85 and 5C. RGB value is (111,133,92). Sum of RGB (Red+Green+Blue) = 111+133+92=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 133 - color contains mainly: green. Hex color #6F855C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F855C is #907AA3. Grayscale: #797979. Windows color (decimal): -9468580 or 6063471. OLE color: 6063471.
HSL color Cylindrical-coordinate representation of color #6F855C: hue angle of 92.2º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6F855C is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 111 | 133 | 92 | - |
| CMYK | 0.17 | 0 | 0.31 | 0.48 |
| HSL | 92.2º | 0.18% | 0.44% | - |
| HSV(B) | 92.2º | 0.31% | 0.52% | - |
| XYZ | 16.87 | 20.93 | 13.28 | - |
| YUV | 121.75 | 111.21 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 133 | 92 | 0.17 | 0 | 0.31 | 0.48 | 92.2 | 0.18 | 0.44 |
| Hex | 6F | 85 | 5C | 11 | 0 | 1F | 30 | 5C | 12 | 2C |
| Octal | 157 | 205 | 134 | 21 | 0 | 37 | 60 | 134 | 22 | 54 |
| Binary | 1101111 | 10000101 | 1011100 | 10001 | 0 | 11111 | 110000 | 1011100 | 10010 | 101100 |
Color Harmonies of #6F855C
Complementary color
Monochromatic Colors of #6F855C
Black with #6F855C
Text Example
Text Example
White with #6F855C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F855C; }
p { color: rgb(111,133,92); }
H1.HeaderClassName
{
color: #6F855C;
}
.AnyTagClassName
{
color: #6F855C;
}
</style>
background-color css
<style>
a { background-color: #6F855C; }
a { background-color: rgb(111,133,92); }
div.DivClassName
{
background-color: #6F855C;
}
.BgClassName
{
background-color: #6F855C;
}
</style>
border-color css
<style>
span { border-color: #6F855C; }
span { border-color: rgb(111,133,92); }
td.TdClassName
{
border-color: #6F855C;
}
.TagClassName
{
border-color: #6F855C;
}
</style>