Shades of Camouflage Green #6F8161
Tints of Camouflage Green #6F8161
RGB
CMYK
RGB Variations
Color information
#6F8161 (or 0x6F8161) is known color: Camouflage Green. HEX triplet: 6F, 81 and 61. RGB value is (111,129,97). Sum of RGB (Red+Green+Blue) = 111+129+97=337 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.94% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 129 - color contains mainly: green. Hex color #6F8161 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8161 is #907E9E. Grayscale: #787878. Windows color (decimal): -9469599 or 6390127. OLE color: 6390127.
HSL color Cylindrical-coordinate representation of color #6F8161: hue angle of 93.75º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6F8161 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 129 | 97 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.49 |
| HSL | 93.75º | 0.14% | 0.44% | - |
| HSV(B) | 93.75º | 0.25% | 0.51% | - |
| XYZ | 16.56 | 19.94 | 14.29 | - |
| YUV | 119.97 | 115.04 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 129 | 97 | 0.14 | 0 | 0.25 | 0.49 | 93.75 | 0.14 | 0.44 |
| Hex | 6F | 81 | 61 | E | 0 | 19 | 31 | 5E | E | 2C |
| Octal | 157 | 201 | 141 | 16 | 0 | 31 | 61 | 136 | 16 | 54 |
| Binary | 1101111 | 10000001 | 1100001 | 1110 | 0 | 11001 | 110001 | 1011110 | 1110 | 101100 |
Color Harmonies of #6F8161
Complementary color
Monochromatic Colors of #6F8161
Black with #6F8161
Text Example
Text Example
White with #6F8161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8161; }
p { color: rgb(111,129,97); }
H1.HeaderClassName
{
color: #6F8161;
}
.AnyTagClassName
{
color: #6F8161;
}
</style>
background-color css
<style>
a { background-color: #6F8161; }
a { background-color: rgb(111,129,97); }
div.DivClassName
{
background-color: #6F8161;
}
.BgClassName
{
background-color: #6F8161;
}
</style>
border-color css
<style>
span { border-color: #6F8161; }
span { border-color: rgb(111,129,97); }
td.TdClassName
{
border-color: #6F8161;
}
.TagClassName
{
border-color: #6F8161;
}
</style>