Shades of Camouflage Green #7F916E
Tints of Camouflage Green #7F916E
RGB
CMYK
RGB Variations
Color information
#7F916E (or 0x7F916E) is known color: Camouflage Green. HEX triplet: 7F, 91 and 6E. RGB value is (127,145,110). Sum of RGB (Red+Green+Blue) = 127+145+110=382 (50% of max value = 765). Red value is 127 (50% from 255 or 33.25% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 145 - color contains mainly: green. Hex color #7F916E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F916E is #806E91. Grayscale: #878787. Windows color (decimal): -8416914 or 7246207. OLE color: 7246207.
HSL color Cylindrical-coordinate representation of color #7F916E: hue angle of 90.86º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7F916E is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 127 | 145 | 110 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.43 |
| HSL | 90.86º | 0.14% | 0.5% | - |
| HSV(B) | 90.86º | 0.24% | 0.57% | - |
| XYZ | 21.69 | 25.89 | 18.61 | - |
| YUV | 135.63 | 113.54 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 145 | 110 | 0.12 | 0 | 0.24 | 0.43 | 90.86 | 0.14 | 0.5 |
| Hex | 7F | 91 | 6E | C | 0 | 18 | 2B | 5B | E | 32 |
| Octal | 177 | 221 | 156 | 14 | 0 | 30 | 53 | 133 | 16 | 62 |
| Binary | 1111111 | 10010001 | 1101110 | 1100 | 0 | 11000 | 101011 | 1011011 | 1110 | 110010 |
Color Harmonies of #7F916E
Complementary color
Monochromatic Colors of #7F916E
Black with #7F916E
Text Example
Text Example
White with #7F916E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F916E; }
p { color: rgb(127,145,110); }
H1.HeaderClassName
{
color: #7F916E;
}
.AnyTagClassName
{
color: #7F916E;
}
</style>
background-color css
<style>
a { background-color: #7F916E; }
a { background-color: rgb(127,145,110); }
div.DivClassName
{
background-color: #7F916E;
}
.BgClassName
{
background-color: #7F916E;
}
</style>
border-color css
<style>
span { border-color: #7F916E; }
span { border-color: rgb(127,145,110); }
td.TdClassName
{
border-color: #7F916E;
}
.TagClassName
{
border-color: #7F916E;
}
</style>