Shades of Camouflage Green #7F896D
Tints of Camouflage Green #7F896D
RGB
CMYK
RGB Variations
Color information
#7F896D (or 0x7F896D) is known color: Camouflage Green. HEX triplet: 7F, 89 and 6D. RGB value is (127,137,109). Sum of RGB (Red+Green+Blue) = 127+137+109=373 (49% of max value = 765). Red value is 127 (50% from 255 or 34.05% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 137 - color contains mainly: green. Hex color #7F896D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F896D is #807692. Grayscale: #828282. Windows color (decimal): -8418963 or 7178623. OLE color: 7178623.
HSL color Cylindrical-coordinate representation of color #7F896D: hue angle of 81.43º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7F896D is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 127 | 137 | 109 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.46 |
| HSL | 81.43º | 0.11% | 0.48% | - |
| HSV(B) | 81.43º | 0.2% | 0.54% | - |
| XYZ | 20.46 | 23.51 | 17.93 | - |
| YUV | 130.82 | 115.69 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 137 | 109 | 0.07 | 0 | 0.20 | 0.46 | 81.43 | 0.11 | 0.48 |
| Hex | 7F | 89 | 6D | 7 | 0 | 14 | 2E | 51 | B | 30 |
| Octal | 177 | 211 | 155 | 7 | 0 | 24 | 56 | 121 | 13 | 60 |
| Binary | 1111111 | 10001001 | 1101101 | 111 | 0 | 10100 | 101110 | 1010001 | 1011 | 110000 |
Color Harmonies of #7F896D
Complementary color
Monochromatic Colors of #7F896D
Black with #7F896D
Text Example
Text Example
White with #7F896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F896D; }
p { color: rgb(127,137,109); }
H1.HeaderClassName
{
color: #7F896D;
}
.AnyTagClassName
{
color: #7F896D;
}
</style>
background-color css
<style>
a { background-color: #7F896D; }
a { background-color: rgb(127,137,109); }
div.DivClassName
{
background-color: #7F896D;
}
.BgClassName
{
background-color: #7F896D;
}
</style>
border-color css
<style>
span { border-color: #7F896D; }
span { border-color: rgb(127,137,109); }
td.TdClassName
{
border-color: #7F896D;
}
.TagClassName
{
border-color: #7F896D;
}
</style>