Shades of Camouflage Green #767F65
Tints of Camouflage Green #767F65
RGB
CMYK
RGB Variations
Color information
#767F65 (or 0x767F65) is known color: Camouflage Green. HEX triplet: 76, 7F and 65. RGB value is (118,127,101). Sum of RGB (Red+Green+Blue) = 118+127+101=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 127 (50% from 255 or 36.71% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 127 - color contains mainly: green. Hex color #767F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767F65 is #89809A. Grayscale: #797979. Windows color (decimal): -9011355 or 6651766. OLE color: 6651766.
HSL color Cylindrical-coordinate representation of color #767F65: hue angle of 80.77º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #767F65 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 127 | 101 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.50 |
| HSL | 80.77º | 0.11% | 0.45% | - |
| HSV(B) | 80.77º | 0.2% | 0.5% | - |
| XYZ | 17.41 | 19.97 | 15.25 | - |
| YUV | 121.35 | 116.52 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 127 | 101 | 0.07 | 0 | 0.20 | 0.50 | 80.77 | 0.11 | 0.45 |
| Hex | 76 | 7F | 65 | 7 | 0 | 14 | 32 | 51 | B | 2D |
| Octal | 166 | 177 | 145 | 7 | 0 | 24 | 62 | 121 | 13 | 55 |
| Binary | 1110110 | 1111111 | 1100101 | 111 | 0 | 10100 | 110010 | 1010001 | 1011 | 101101 |
Color Harmonies of #767F65
Complementary color
Monochromatic Colors of #767F65
Black with #767F65
Text Example
Text Example
White with #767F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767F65; }
p { color: rgb(118,127,101); }
H1.HeaderClassName
{
color: #767F65;
}
.AnyTagClassName
{
color: #767F65;
}
</style>
background-color css
<style>
a { background-color: #767F65; }
a { background-color: rgb(118,127,101); }
div.DivClassName
{
background-color: #767F65;
}
.BgClassName
{
background-color: #767F65;
}
</style>
border-color css
<style>
span { border-color: #767F65; }
span { border-color: rgb(118,127,101); }
td.TdClassName
{
border-color: #767F65;
}
.TagClassName
{
border-color: #767F65;
}
</style>