Shades of Camouflage Green #7F8A6F
Tints of Camouflage Green #7F8A6F
RGB
CMYK
RGB Variations
Color information
#7F8A6F (or 0x7F8A6F) is known color: Camouflage Green. HEX triplet: 7F, 8A and 6F. RGB value is (127,138,111). Sum of RGB (Red+Green+Blue) = 127+138+111=376 (49% of max value = 765). Red value is 127 (50% from 255 or 33.78% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 138 - color contains mainly: green. Hex color #7F8A6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8A6F is #807590. Grayscale: #838383. Windows color (decimal): -8418705 or 7309951. OLE color: 7309951.
HSL color Cylindrical-coordinate representation of color #7F8A6F: hue angle of 84.44º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7F8A6F is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 127 | 138 | 111 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.46 |
| HSL | 84.44º | 0.11% | 0.49% | - |
| HSV(B) | 84.44º | 0.2% | 0.54% | - |
| XYZ | 20.71 | 23.84 | 18.55 | - |
| YUV | 131.63 | 116.36 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 138 | 111 | 0.08 | 0 | 0.20 | 0.46 | 84.44 | 0.11 | 0.49 |
| Hex | 7F | 8A | 6F | 8 | 0 | 14 | 2E | 54 | B | 31 |
| Octal | 177 | 212 | 157 | 10 | 0 | 24 | 56 | 124 | 13 | 61 |
| Binary | 1111111 | 10001010 | 1101111 | 1000 | 0 | 10100 | 101110 | 1010100 | 1011 | 110001 |
Color Harmonies of #7F8A6F
Complementary color
Monochromatic Colors of #7F8A6F
Black with #7F8A6F
Text Example
Text Example
White with #7F8A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8A6F; }
p { color: rgb(127,138,111); }
H1.HeaderClassName
{
color: #7F8A6F;
}
.AnyTagClassName
{
color: #7F8A6F;
}
</style>
background-color css
<style>
a { background-color: #7F8A6F; }
a { background-color: rgb(127,138,111); }
div.DivClassName
{
background-color: #7F8A6F;
}
.BgClassName
{
background-color: #7F8A6F;
}
</style>
border-color css
<style>
span { border-color: #7F8A6F; }
span { border-color: rgb(127,138,111); }
td.TdClassName
{
border-color: #7F8A6F;
}
.TagClassName
{
border-color: #7F8A6F;
}
</style>