Shades of Camouflage Green #6F8461
Tints of Camouflage Green #6F8461
RGB
CMYK
RGB Variations
Color information
#6F8461 (or 0x6F8461) is known color: Camouflage Green. HEX triplet: 6F, 84 and 61. RGB value is (111,132,97). Sum of RGB (Red+Green+Blue) = 111+132+97=340 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.65% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 97 (38.28% from 255 or 28.53% from 340); Max value from RGB is 132 - color contains mainly: green. Hex color #6F8461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8461 is #907B9E. Grayscale: #797979. Windows color (decimal): -9468831 or 6390895. OLE color: 6390895.
HSL color Cylindrical-coordinate representation of color #6F8461: hue angle of 96º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F8461 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 111 | 132 | 97 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.48 |
| HSL | 96º | 0.15% | 0.45% | - |
| HSV(B) | 96º | 0.27% | 0.52% | - |
| XYZ | 16.96 | 20.75 | 14.42 | - |
| YUV | 121.73 | 114.04 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 132 | 97 | 0.16 | 0 | 0.27 | 0.48 | 96 | 0.15 | 0.45 |
| Hex | 6F | 84 | 61 | 10 | 0 | 1B | 30 | 60 | F | 2D |
| Octal | 157 | 204 | 141 | 20 | 0 | 33 | 60 | 140 | 17 | 55 |
| Binary | 1101111 | 10000100 | 1100001 | 10000 | 0 | 11011 | 110000 | 1100000 | 1111 | 101101 |
Color Harmonies of #6F8461
Complementary color
Monochromatic Colors of #6F8461
Black with #6F8461
Text Example
Text Example
White with #6F8461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8461; }
p { color: rgb(111,132,97); }
H1.HeaderClassName
{
color: #6F8461;
}
.AnyTagClassName
{
color: #6F8461;
}
</style>
background-color css
<style>
a { background-color: #6F8461; }
a { background-color: rgb(111,132,97); }
div.DivClassName
{
background-color: #6F8461;
}
.BgClassName
{
background-color: #6F8461;
}
</style>
border-color css
<style>
span { border-color: #6F8461; }
span { border-color: rgb(111,132,97); }
td.TdClassName
{
border-color: #6F8461;
}
.TagClassName
{
border-color: #6F8461;
}
</style>