Shades of Camouflage Green #6F875D
Tints of Camouflage Green #6F875D
RGB
CMYK
RGB Variations
Color information
#6F875D (or 0x6F875D) is known color: Camouflage Green. HEX triplet: 6F, 87 and 5D. RGB value is (111,135,93). Sum of RGB (Red+Green+Blue) = 111+135+93=339 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.74% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 135 - color contains mainly: green. Hex color #6F875D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F875D is #9078A2. Grayscale: #7B7B7B. Windows color (decimal): -9468067 or 6129519. OLE color: 6129519.
HSL color Cylindrical-coordinate representation of color #6F875D: hue angle of 94.29º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6F875D is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 135 | 93 | - |
| CMYK | 0.18 | 0 | 0.31 | 0.47 |
| HSL | 94.29º | 0.18% | 0.45% | - |
| HSV(B) | 94.29º | 0.31% | 0.53% | - |
| XYZ | 17.2 | 21.5 | 13.6 | - |
| YUV | 123.04 | 111.05 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 135 | 93 | 0.18 | 0 | 0.31 | 0.47 | 94.29 | 0.18 | 0.45 |
| Hex | 6F | 87 | 5D | 12 | 0 | 1F | 2F | 5E | 12 | 2D |
| Octal | 157 | 207 | 135 | 22 | 0 | 37 | 57 | 136 | 22 | 55 |
| Binary | 1101111 | 10000111 | 1011101 | 10010 | 0 | 11111 | 101111 | 1011110 | 10010 | 101101 |
Color Harmonies of #6F875D
Complementary color
Monochromatic Colors of #6F875D
Black with #6F875D
Text Example
Text Example
White with #6F875D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F875D; }
p { color: rgb(111,135,93); }
H1.HeaderClassName
{
color: #6F875D;
}
.AnyTagClassName
{
color: #6F875D;
}
</style>
background-color css
<style>
a { background-color: #6F875D; }
a { background-color: rgb(111,135,93); }
div.DivClassName
{
background-color: #6F875D;
}
.BgClassName
{
background-color: #6F875D;
}
</style>
border-color css
<style>
span { border-color: #6F875D; }
span { border-color: rgb(111,135,93); }
td.TdClassName
{
border-color: #6F875D;
}
.TagClassName
{
border-color: #6F875D;
}
</style>