Shades of Camouflage Green #7F8A71
Tints of Camouflage Green #7F8A71
RGB
CMYK
RGB Variations
Color information
#7F8A71 (or 0x7F8A71) is known color: Camouflage Green. HEX triplet: 7F, 8A and 71. RGB value is (127,138,113). Sum of RGB (Red+Green+Blue) = 127+138+113=378 (50% of max value = 765). Red value is 127 (50% from 255 or 33.60% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 138 - color contains mainly: green. Hex color #7F8A71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8A71 is #80758E. Grayscale: #838383. Windows color (decimal): -8418703 or 7441023. OLE color: 7441023.
HSL color Cylindrical-coordinate representation of color #7F8A71: hue angle of 86.4º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7F8A71 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 127 | 138 | 113 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.46 |
| HSL | 86.4º | 0.1% | 0.49% | - |
| HSV(B) | 86.4º | 0.18% | 0.54% | - |
| XYZ | 20.82 | 23.88 | 19.13 | - |
| YUV | 131.86 | 117.36 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 138 | 113 | 0.08 | 0 | 0.18 | 0.46 | 86.4 | 0.1 | 0.49 |
| Hex | 7F | 8A | 71 | 8 | 0 | 12 | 2E | 56 | A | 31 |
| Octal | 177 | 212 | 161 | 10 | 0 | 22 | 56 | 126 | 12 | 61 |
| Binary | 1111111 | 10001010 | 1110001 | 1000 | 0 | 10010 | 101110 | 1010110 | 1010 | 110001 |
Color Harmonies of #7F8A71
Complementary color
Monochromatic Colors of #7F8A71
Black with #7F8A71
Text Example
Text Example
White with #7F8A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8A71; }
p { color: rgb(127,138,113); }
H1.HeaderClassName
{
color: #7F8A71;
}
.AnyTagClassName
{
color: #7F8A71;
}
</style>
background-color css
<style>
a { background-color: #7F8A71; }
a { background-color: rgb(127,138,113); }
div.DivClassName
{
background-color: #7F8A71;
}
.BgClassName
{
background-color: #7F8A71;
}
</style>
border-color css
<style>
span { border-color: #7F8A71; }
span { border-color: rgb(127,138,113); }
td.TdClassName
{
border-color: #7F8A71;
}
.TagClassName
{
border-color: #7F8A71;
}
</style>