Shades of Camouflage Green #7F8F71
Tints of Camouflage Green #7F8F71
RGB
CMYK
RGB Variations
Color information
#7F8F71 (or 0x7F8F71) is known color: Camouflage Green. HEX triplet: 7F, 8F and 71. RGB value is (127,143,113). Sum of RGB (Red+Green+Blue) = 127+143+113=383 (50% of max value = 765). Red value is 127 (50% from 255 or 33.16% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 143 - color contains mainly: green. Hex color #7F8F71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8F71 is #80708E. Grayscale: #868686. Windows color (decimal): -8417423 or 7442303. OLE color: 7442303.
HSL color Cylindrical-coordinate representation of color #7F8F71: hue angle of 92º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7F8F71 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 143 | 113 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.44 |
| HSL | 92º | 0.12% | 0.5% | - |
| HSV(B) | 92º | 0.21% | 0.56% | - |
| XYZ | 21.56 | 25.35 | 19.38 | - |
| YUV | 134.8 | 115.7 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 143 | 113 | 0.11 | 0 | 0.21 | 0.44 | 92 | 0.12 | 0.5 |
| Hex | 7F | 8F | 71 | B | 0 | 15 | 2C | 5C | C | 32 |
| Octal | 177 | 217 | 161 | 13 | 0 | 25 | 54 | 134 | 14 | 62 |
| Binary | 1111111 | 10001111 | 1110001 | 1011 | 0 | 10101 | 101100 | 1011100 | 1100 | 110010 |
Color Harmonies of #7F8F71
Complementary color
Monochromatic Colors of #7F8F71
Black with #7F8F71
Text Example
Text Example
White with #7F8F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8F71; }
p { color: rgb(127,143,113); }
H1.HeaderClassName
{
color: #7F8F71;
}
.AnyTagClassName
{
color: #7F8F71;
}
</style>
background-color css
<style>
a { background-color: #7F8F71; }
a { background-color: rgb(127,143,113); }
div.DivClassName
{
background-color: #7F8F71;
}
.BgClassName
{
background-color: #7F8F71;
}
</style>
border-color css
<style>
span { border-color: #7F8F71; }
span { border-color: rgb(127,143,113); }
td.TdClassName
{
border-color: #7F8F71;
}
.TagClassName
{
border-color: #7F8F71;
}
</style>