Shades of Camouflage Green #767D6E
Tints of Camouflage Green #767D6E
RGB
CMYK
RGB Variations
Color information
#767D6E (or 0x767D6E) is known color: Camouflage Green. HEX triplet: 76, 7D and 6E. RGB value is (118,125,110). Sum of RGB (Red+Green+Blue) = 118+125+110=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 125 - color contains mainly: green. Hex color #767D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767D6E is #898291. Grayscale: #797979. Windows color (decimal): -9011858 or 7241078. OLE color: 7241078.
HSL color Cylindrical-coordinate representation of color #767D6E: hue angle of 88º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #767D6E is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 125 | 110 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.51 |
| HSL | 88º | 0.06% | 0.46% | - |
| HSV(B) | 88º | 0.12% | 0.49% | - |
| XYZ | 17.62 | 19.64 | 17.62 | - |
| YUV | 121.2 | 121.68 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 125 | 110 | 0.06 | 0 | 0.12 | 0.51 | 88 | 0.06 | 0.46 |
| Hex | 76 | 7D | 6E | 6 | 0 | C | 33 | 58 | 6 | 2E |
| Octal | 166 | 175 | 156 | 6 | 0 | 14 | 63 | 130 | 6 | 56 |
| Binary | 1110110 | 1111101 | 1101110 | 110 | 0 | 1100 | 110011 | 1011000 | 110 | 101110 |
Color Harmonies of #767D6E
Complementary color
Monochromatic Colors of #767D6E
Black with #767D6E
Text Example
Text Example
White with #767D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767D6E; }
p { color: rgb(118,125,110); }
H1.HeaderClassName
{
color: #767D6E;
}
.AnyTagClassName
{
color: #767D6E;
}
</style>
background-color css
<style>
a { background-color: #767D6E; }
a { background-color: rgb(118,125,110); }
div.DivClassName
{
background-color: #767D6E;
}
.BgClassName
{
background-color: #767D6E;
}
</style>
border-color css
<style>
span { border-color: #767D6E; }
span { border-color: rgb(118,125,110); }
td.TdClassName
{
border-color: #767D6E;
}
.TagClassName
{
border-color: #767D6E;
}
</style>