Shades of Camouflage Green #7F8876
Tints of Camouflage Green #7F8876
RGB
CMYK
RGB Variations
Color information
#7F8876 (or 0x7F8876) is known color: Camouflage Green. HEX triplet: 7F, 88 and 76. RGB value is (127,136,118). Sum of RGB (Red+Green+Blue) = 127+136+118=381 (50% of max value = 765). Red value is 127 (50% from 255 or 33.33% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 136 - color contains mainly: green. Hex color #7F8876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8876 is #807789. Grayscale: #838383. Windows color (decimal): -8419210 or 7768191. OLE color: 7768191.
HSL color Cylindrical-coordinate representation of color #7F8876: hue angle of 90º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7F8876 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 136 | 118 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.47 |
| HSL | 90º | 0.07% | 0.5% | - |
| HSV(B) | 90º | 0.13% | 0.53% | - |
| XYZ | 20.83 | 23.43 | 20.56 | - |
| YUV | 131.26 | 120.52 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 136 | 118 | 0.07 | 0 | 0.13 | 0.47 | 90 | 0.07 | 0.5 |
| Hex | 7F | 88 | 76 | 7 | 0 | D | 2F | 5A | 7 | 32 |
| Octal | 177 | 210 | 166 | 7 | 0 | 15 | 57 | 132 | 7 | 62 |
| Binary | 1111111 | 10001000 | 1110110 | 111 | 0 | 1101 | 101111 | 1011010 | 111 | 110010 |
Color Harmonies of #7F8876
Complementary color
Monochromatic Colors of #7F8876
Black with #7F8876
Text Example
Text Example
White with #7F8876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8876; }
p { color: rgb(127,136,118); }
H1.HeaderClassName
{
color: #7F8876;
}
.AnyTagClassName
{
color: #7F8876;
}
</style>
background-color css
<style>
a { background-color: #7F8876; }
a { background-color: rgb(127,136,118); }
div.DivClassName
{
background-color: #7F8876;
}
.BgClassName
{
background-color: #7F8876;
}
</style>
border-color css
<style>
span { border-color: #7F8876; }
span { border-color: rgb(127,136,118); }
td.TdClassName
{
border-color: #7F8876;
}
.TagClassName
{
border-color: #7F8876;
}
</style>