Shades of Camouflage Green #778B65
Tints of Camouflage Green #778B65
RGB
CMYK
RGB Variations
Color information
#778B65 (or 0x778B65) is known color: Camouflage Green. HEX triplet: 77, 8B and 65. RGB value is (119,139,101). Sum of RGB (Red+Green+Blue) = 119+139+101=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 139 (54.69% from 255 or 38.72% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 139 - color contains mainly: green. Hex color #778B65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778B65 is #88749A. Grayscale: #808080. Windows color (decimal): -8942747 or 6654839. OLE color: 6654839.
HSL color Cylindrical-coordinate representation of color #778B65: hue angle of 91.58º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #778B65 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 139 | 101 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.45 |
| HSL | 91.58º | 0.16% | 0.47% | - |
| HSV(B) | 91.58º | 0.27% | 0.55% | - |
| XYZ | 19.19 | 23.33 | 15.8 | - |
| YUV | 128.69 | 112.37 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 101 | 0.14 | 0 | 0.27 | 0.45 | 91.58 | 0.16 | 0.47 |
| Hex | 77 | 8B | 65 | E | 0 | 1B | 2D | 5C | 10 | 2F |
| Octal | 167 | 213 | 145 | 16 | 0 | 33 | 55 | 134 | 20 | 57 |
| Binary | 1110111 | 10001011 | 1100101 | 1110 | 0 | 11011 | 101101 | 1011100 | 10000 | 101111 |
Color Harmonies of #778B65
Complementary color
Monochromatic Colors of #778B65
Black with #778B65
Text Example
Text Example
White with #778B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778B65; }
p { color: rgb(119,139,101); }
H1.HeaderClassName
{
color: #778B65;
}
.AnyTagClassName
{
color: #778B65;
}
</style>
background-color css
<style>
a { background-color: #778B65; }
a { background-color: rgb(119,139,101); }
div.DivClassName
{
background-color: #778B65;
}
.BgClassName
{
background-color: #778B65;
}
</style>
border-color css
<style>
span { border-color: #778B65; }
span { border-color: rgb(119,139,101); }
td.TdClassName
{
border-color: #778B65;
}
.TagClassName
{
border-color: #778B65;
}
</style>