Shades of Camouflage Green #7F8B74
Tints of Camouflage Green #7F8B74
RGB
CMYK
RGB Variations
Color information
#7F8B74 (or 0x7F8B74) is known color: Camouflage Green. HEX triplet: 7F, 8B and 74. RGB value is (127,139,116). Sum of RGB (Red+Green+Blue) = 127+139+116=382 (50% of max value = 765). Red value is 127 (50% from 255 or 33.25% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 116 (45.70% from 255 or 30.37% from 382); Max value from RGB is 139 - color contains mainly: green. Hex color #7F8B74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8B74 is #80748B. Grayscale: #848484. Windows color (decimal): -8418444 or 7637887. OLE color: 7637887.
HSL color Cylindrical-coordinate representation of color #7F8B74: hue angle of 91.3º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7F8B74 is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 139 | 116 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.45 |
| HSL | 91.3º | 0.09% | 0.5% | - |
| HSV(B) | 91.3º | 0.17% | 0.55% | - |
| XYZ | 21.14 | 24.24 | 20.09 | - |
| YUV | 132.79 | 118.52 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 139 | 116 | 0.09 | 0 | 0.17 | 0.45 | 91.3 | 0.09 | 0.5 |
| Hex | 7F | 8B | 74 | 9 | 0 | 11 | 2D | 5B | 9 | 32 |
| Octal | 177 | 213 | 164 | 11 | 0 | 21 | 55 | 133 | 11 | 62 |
| Binary | 1111111 | 10001011 | 1110100 | 1001 | 0 | 10001 | 101101 | 1011011 | 1001 | 110010 |
Color Harmonies of #7F8B74
Complementary color
Monochromatic Colors of #7F8B74
Black with #7F8B74
Text Example
Text Example
White with #7F8B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8B74; }
p { color: rgb(127,139,116); }
H1.HeaderClassName
{
color: #7F8B74;
}
.AnyTagClassName
{
color: #7F8B74;
}
</style>
background-color css
<style>
a { background-color: #7F8B74; }
a { background-color: rgb(127,139,116); }
div.DivClassName
{
background-color: #7F8B74;
}
.BgClassName
{
background-color: #7F8B74;
}
</style>
border-color css
<style>
span { border-color: #7F8B74; }
span { border-color: rgb(127,139,116); }
td.TdClassName
{
border-color: #7F8B74;
}
.TagClassName
{
border-color: #7F8B74;
}
</style>