Shades of Camouflage Green #7F8D70
Tints of Camouflage Green #7F8D70
RGB
CMYK
RGB Variations
Color information
#7F8D70 (or 0x7F8D70) is known color: Camouflage Green. HEX triplet: 7F, 8D and 70. RGB value is (127,141,112). Sum of RGB (Red+Green+Blue) = 127+141+112=380 (50% of max value = 765). Red value is 127 (50% from 255 or 33.42% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 141 - color contains mainly: green. Hex color #7F8D70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8D70 is #80728F. Grayscale: #858585. Windows color (decimal): -8417936 or 7376255. OLE color: 7376255.
HSL color Cylindrical-coordinate representation of color #7F8D70: hue angle of 88.97º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7F8D70 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 141 | 112 | - |
| CMYK | 0.10 | 0 | 0.21 | 0.45 |
| HSL | 88.97º | 0.11% | 0.5% | - |
| HSV(B) | 88.97º | 0.21% | 0.55% | - |
| XYZ | 21.2 | 24.73 | 18.99 | - |
| YUV | 133.51 | 115.86 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 141 | 112 | 0.10 | 0 | 0.21 | 0.45 | 88.97 | 0.11 | 0.5 |
| Hex | 7F | 8D | 70 | A | 0 | 15 | 2D | 59 | B | 32 |
| Octal | 177 | 215 | 160 | 12 | 0 | 25 | 55 | 131 | 13 | 62 |
| Binary | 1111111 | 10001101 | 1110000 | 1010 | 0 | 10101 | 101101 | 1011001 | 1011 | 110010 |
Color Harmonies of #7F8D70
Complementary color
Monochromatic Colors of #7F8D70
Black with #7F8D70
Text Example
Text Example
White with #7F8D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8D70; }
p { color: rgb(127,141,112); }
H1.HeaderClassName
{
color: #7F8D70;
}
.AnyTagClassName
{
color: #7F8D70;
}
</style>
background-color css
<style>
a { background-color: #7F8D70; }
a { background-color: rgb(127,141,112); }
div.DivClassName
{
background-color: #7F8D70;
}
.BgClassName
{
background-color: #7F8D70;
}
</style>
border-color css
<style>
span { border-color: #7F8D70; }
span { border-color: rgb(127,141,112); }
td.TdClassName
{
border-color: #7F8D70;
}
.TagClassName
{
border-color: #7F8D70;
}
</style>