Shades of Camouflage Green #7F8776
Tints of Camouflage Green #7F8776
RGB
CMYK
RGB Variations
Color information
#7F8776 (or 0x7F8776) is known color: Camouflage Green. HEX triplet: 7F, 87 and 76. RGB value is (127,135,118). Sum of RGB (Red+Green+Blue) = 127+135+118=380 (50% of max value = 765). Red value is 127 (50% from 255 or 33.42% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 135 - color contains mainly: green. Hex color #7F8776 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8776 is #807889. Grayscale: #828282. Windows color (decimal): -8419466 or 7767935. OLE color: 7767935.
HSL color Cylindrical-coordinate representation of color #7F8776: hue angle of 88.24º 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 #7F8776 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 135 | 118 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.47 |
| HSL | 88.24º | 0.07% | 0.5% | - |
| HSV(B) | 88.24º | 0.13% | 0.53% | - |
| XYZ | 20.69 | 23.15 | 20.52 | - |
| YUV | 130.67 | 120.85 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 135 | 118 | 0.06 | 0 | 0.13 | 0.47 | 88.24 | 0.07 | 0.5 |
| Hex | 7F | 87 | 76 | 6 | 0 | D | 2F | 58 | 7 | 32 |
| Octal | 177 | 207 | 166 | 6 | 0 | 15 | 57 | 130 | 7 | 62 |
| Binary | 1111111 | 10000111 | 1110110 | 110 | 0 | 1101 | 101111 | 1011000 | 111 | 110010 |
Color Harmonies of #7F8776
Complementary color
Monochromatic Colors of #7F8776
Black with #7F8776
Text Example
Text Example
White with #7F8776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8776; }
p { color: rgb(127,135,118); }
H1.HeaderClassName
{
color: #7F8776;
}
.AnyTagClassName
{
color: #7F8776;
}
</style>
background-color css
<style>
a { background-color: #7F8776; }
a { background-color: rgb(127,135,118); }
div.DivClassName
{
background-color: #7F8776;
}
.BgClassName
{
background-color: #7F8776;
}
</style>
border-color css
<style>
span { border-color: #7F8776; }
span { border-color: rgb(127,135,118); }
td.TdClassName
{
border-color: #7F8776;
}
.TagClassName
{
border-color: #7F8776;
}
</style>