Shades of Camouflage Green #7F9370
Tints of Camouflage Green #7F9370
RGB
CMYK
RGB Variations
Color information
#7F9370 (or 0x7F9370) is known color: Camouflage Green. HEX triplet: 7F, 93 and 70. RGB value is (127,147,112). Sum of RGB (Red+Green+Blue) = 127+147+112=386 (51% of max value = 765). Red value is 127 (50% from 255 or 32.90% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 147 - color contains mainly: green. Hex color #7F9370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9370 is #806C8F. Grayscale: #898989. Windows color (decimal): -8416400 or 7377791. OLE color: 7377791.
HSL color Cylindrical-coordinate representation of color #7F9370: hue angle of 94.29º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7F9370 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 147 | 112 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.42 |
| HSL | 94.29º | 0.14% | 0.51% | - |
| HSV(B) | 94.29º | 0.24% | 0.58% | - |
| XYZ | 22.11 | 26.55 | 19.29 | - |
| YUV | 137.03 | 113.87 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 147 | 112 | 0.14 | 0 | 0.24 | 0.42 | 94.29 | 0.14 | 0.51 |
| Hex | 7F | 93 | 70 | E | 0 | 18 | 2A | 5E | E | 33 |
| Octal | 177 | 223 | 160 | 16 | 0 | 30 | 52 | 136 | 16 | 63 |
| Binary | 1111111 | 10010011 | 1110000 | 1110 | 0 | 11000 | 101010 | 1011110 | 1110 | 110011 |
Color Harmonies of #7F9370
Complementary color
Monochromatic Colors of #7F9370
Black with #7F9370
Text Example
Text Example
White with #7F9370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9370; }
p { color: rgb(127,147,112); }
H1.HeaderClassName
{
color: #7F9370;
}
.AnyTagClassName
{
color: #7F9370;
}
</style>
background-color css
<style>
a { background-color: #7F9370; }
a { background-color: rgb(127,147,112); }
div.DivClassName
{
background-color: #7F9370;
}
.BgClassName
{
background-color: #7F9370;
}
</style>
border-color css
<style>
span { border-color: #7F9370; }
span { border-color: rgb(127,147,112); }
td.TdClassName
{
border-color: #7F9370;
}
.TagClassName
{
border-color: #7F9370;
}
</style>