Shades of Camouflage Green #7F8874
Tints of Camouflage Green #7F8874
RGB
CMYK
RGB Variations
Color information
#7F8874 (or 0x7F8874) is known color: Camouflage Green. HEX triplet: 7F, 88 and 74. RGB value is (127,136,116). Sum of RGB (Red+Green+Blue) = 127+136+116=379 (50% of max value = 765). Red value is 127 (50% from 255 or 33.51% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 136 - color contains mainly: green. Hex color #7F8874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8874 is #80778B. Grayscale: #838383. Windows color (decimal): -8419212 or 7637119. OLE color: 7637119.
HSL color Cylindrical-coordinate representation of color #7F8874: hue angle of 87º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7F8874 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 136 | 116 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.47 |
| HSL | 87º | 0.08% | 0.49% | - |
| HSV(B) | 87º | 0.15% | 0.53% | - |
| XYZ | 20.71 | 23.38 | 19.94 | - |
| YUV | 131.03 | 119.52 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 136 | 116 | 0.07 | 0 | 0.15 | 0.47 | 87 | 0.08 | 0.49 |
| Hex | 7F | 88 | 74 | 7 | 0 | F | 2F | 57 | 8 | 31 |
| Octal | 177 | 210 | 164 | 7 | 0 | 17 | 57 | 127 | 10 | 61 |
| Binary | 1111111 | 10001000 | 1110100 | 111 | 0 | 1111 | 101111 | 1010111 | 1000 | 110001 |
Color Harmonies of #7F8874
Complementary color
Monochromatic Colors of #7F8874
Black with #7F8874
Text Example
Text Example
White with #7F8874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8874; }
p { color: rgb(127,136,116); }
H1.HeaderClassName
{
color: #7F8874;
}
.AnyTagClassName
{
color: #7F8874;
}
</style>
background-color css
<style>
a { background-color: #7F8874; }
a { background-color: rgb(127,136,116); }
div.DivClassName
{
background-color: #7F8874;
}
.BgClassName
{
background-color: #7F8874;
}
</style>
border-color css
<style>
span { border-color: #7F8874; }
span { border-color: rgb(127,136,116); }
td.TdClassName
{
border-color: #7F8874;
}
.TagClassName
{
border-color: #7F8874;
}
</style>