Shades of Camouflage Green #7F8875
Tints of Camouflage Green #7F8875
RGB
CMYK
RGB Variations
Color information
#7F8875 (or 0x7F8875) is known color: Camouflage Green. HEX triplet: 7F, 88 and 75. RGB value is (127,136,117). Sum of RGB (Red+Green+Blue) = 127+136+117=380 (50% of max value = 765). Red value is 127 (50% from 255 or 33.42% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 136 - color contains mainly: green. Hex color #7F8875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8875 is #80778A. Grayscale: #838383. Windows color (decimal): -8419211 or 7702655. OLE color: 7702655.
HSL color Cylindrical-coordinate representation of color #7F8875: hue angle of 88.42º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7F8875 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 136 | 117 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.47 |
| HSL | 88.42º | 0.08% | 0.5% | - |
| HSV(B) | 88.42º | 0.14% | 0.53% | - |
| XYZ | 20.77 | 23.4 | 20.25 | - |
| YUV | 131.14 | 120.02 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 136 | 117 | 0.07 | 0 | 0.14 | 0.47 | 88.42 | 0.08 | 0.5 |
| Hex | 7F | 88 | 75 | 7 | 0 | E | 2F | 58 | 8 | 32 |
| Octal | 177 | 210 | 165 | 7 | 0 | 16 | 57 | 130 | 10 | 62 |
| Binary | 1111111 | 10001000 | 1110101 | 111 | 0 | 1110 | 101111 | 1011000 | 1000 | 110010 |
Color Harmonies of #7F8875
Complementary color
Monochromatic Colors of #7F8875
Black with #7F8875
Text Example
Text Example
White with #7F8875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8875; }
p { color: rgb(127,136,117); }
H1.HeaderClassName
{
color: #7F8875;
}
.AnyTagClassName
{
color: #7F8875;
}
</style>
background-color css
<style>
a { background-color: #7F8875; }
a { background-color: rgb(127,136,117); }
div.DivClassName
{
background-color: #7F8875;
}
.BgClassName
{
background-color: #7F8875;
}
</style>
border-color css
<style>
span { border-color: #7F8875; }
span { border-color: rgb(127,136,117); }
td.TdClassName
{
border-color: #7F8875;
}
.TagClassName
{
border-color: #7F8875;
}
</style>