Shades of Camouflage Green #7F8E73
Tints of Camouflage Green #7F8E73
RGB
CMYK
RGB Variations
Color information
#7F8E73 (or 0x7F8E73) is known color: Camouflage Green. HEX triplet: 7F, 8E and 73. RGB value is (127,142,115). Sum of RGB (Red+Green+Blue) = 127+142+115=384 (50% of max value = 765). Red value is 127 (50% from 255 or 33.07% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 142 - color contains mainly: green. Hex color #7F8E73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8E73 is #80718C. Grayscale: #868686. Windows color (decimal): -8417677 or 7573119. OLE color: 7573119.
HSL color Cylindrical-coordinate representation of color #7F8E73: hue angle of 93.33º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7F8E73 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 142 | 115 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.44 |
| HSL | 93.33º | 0.11% | 0.5% | - |
| HSV(B) | 93.33º | 0.19% | 0.56% | - |
| XYZ | 21.52 | 25.1 | 19.93 | - |
| YUV | 134.44 | 117.03 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 142 | 115 | 0.11 | 0 | 0.19 | 0.44 | 93.33 | 0.11 | 0.5 |
| Hex | 7F | 8E | 73 | B | 0 | 13 | 2C | 5D | B | 32 |
| Octal | 177 | 216 | 163 | 13 | 0 | 23 | 54 | 135 | 13 | 62 |
| Binary | 1111111 | 10001110 | 1110011 | 1011 | 0 | 10011 | 101100 | 1011101 | 1011 | 110010 |
Color Harmonies of #7F8E73
Complementary color
Monochromatic Colors of #7F8E73
Black with #7F8E73
Text Example
Text Example
White with #7F8E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8E73; }
p { color: rgb(127,142,115); }
H1.HeaderClassName
{
color: #7F8E73;
}
.AnyTagClassName
{
color: #7F8E73;
}
</style>
background-color css
<style>
a { background-color: #7F8E73; }
a { background-color: rgb(127,142,115); }
div.DivClassName
{
background-color: #7F8E73;
}
.BgClassName
{
background-color: #7F8E73;
}
</style>
border-color css
<style>
span { border-color: #7F8E73; }
span { border-color: rgb(127,142,115); }
td.TdClassName
{
border-color: #7F8E73;
}
.TagClassName
{
border-color: #7F8E73;
}
</style>