Shades of Camouflage Green #767F6C
Tints of Camouflage Green #767F6C
RGB
CMYK
RGB Variations
Color information
#767F6C (or 0x767F6C) is known color: Camouflage Green. HEX triplet: 76, 7F and 6C. RGB value is (118,127,108). Sum of RGB (Red+Green+Blue) = 118+127+108=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 127 - color contains mainly: green. Hex color #767F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767F6C is #898093. Grayscale: #7A7A7A. Windows color (decimal): -9011348 or 7110518. OLE color: 7110518.
HSL color Cylindrical-coordinate representation of color #767F6C: hue angle of 88.42º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #767F6C is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 127 | 108 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.50 |
| HSL | 88.42º | 0.08% | 0.46% | - |
| HSV(B) | 88.42º | 0.15% | 0.5% | - |
| XYZ | 17.77 | 20.11 | 17.13 | - |
| YUV | 122.14 | 120.02 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 127 | 108 | 0.07 | 0 | 0.15 | 0.50 | 88.42 | 0.08 | 0.46 |
| Hex | 76 | 7F | 6C | 7 | 0 | F | 32 | 58 | 8 | 2E |
| Octal | 166 | 177 | 154 | 7 | 0 | 17 | 62 | 130 | 10 | 56 |
| Binary | 1110110 | 1111111 | 1101100 | 111 | 0 | 1111 | 110010 | 1011000 | 1000 | 101110 |
Color Harmonies of #767F6C
Complementary color
Monochromatic Colors of #767F6C
Black with #767F6C
Text Example
Text Example
White with #767F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767F6C; }
p { color: rgb(118,127,108); }
H1.HeaderClassName
{
color: #767F6C;
}
.AnyTagClassName
{
color: #767F6C;
}
</style>
background-color css
<style>
a { background-color: #767F6C; }
a { background-color: rgb(118,127,108); }
div.DivClassName
{
background-color: #767F6C;
}
.BgClassName
{
background-color: #767F6C;
}
</style>
border-color css
<style>
span { border-color: #767F6C; }
span { border-color: rgb(118,127,108); }
td.TdClassName
{
border-color: #767F6C;
}
.TagClassName
{
border-color: #767F6C;
}
</style>