Shades of Camouflage Green #778C65
Tints of Camouflage Green #778C65
RGB
CMYK
RGB Variations
Color information
#778C65 (or 0x778C65) is known color: Camouflage Green. HEX triplet: 77, 8C and 65. RGB value is (119,140,101). Sum of RGB (Red+Green+Blue) = 119+140+101=360 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.06% from 360); Green value is 140 (55.08% from 255 or 38.89% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 140 - color contains mainly: green. Hex color #778C65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778C65 is #88739A. Grayscale: #818181. Windows color (decimal): -8942491 or 6655095. OLE color: 6655095.
HSL color Cylindrical-coordinate representation of color #778C65: hue angle of 92.31º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #778C65 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 140 | 101 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.45 |
| HSL | 92.31º | 0.16% | 0.47% | - |
| HSV(B) | 92.31º | 0.28% | 0.55% | - |
| XYZ | 19.33 | 23.62 | 15.85 | - |
| YUV | 129.28 | 112.04 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 140 | 101 | 0.15 | 0 | 0.28 | 0.45 | 92.31 | 0.16 | 0.47 |
| Hex | 77 | 8C | 65 | F | 0 | 1C | 2D | 5C | 10 | 2F |
| Octal | 167 | 214 | 145 | 17 | 0 | 34 | 55 | 134 | 20 | 57 |
| Binary | 1110111 | 10001100 | 1100101 | 1111 | 0 | 11100 | 101101 | 1011100 | 10000 | 101111 |
Color Harmonies of #778C65
Complementary color
Monochromatic Colors of #778C65
Black with #778C65
Text Example
Text Example
White with #778C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778C65; }
p { color: rgb(119,140,101); }
H1.HeaderClassName
{
color: #778C65;
}
.AnyTagClassName
{
color: #778C65;
}
</style>
background-color css
<style>
a { background-color: #778C65; }
a { background-color: rgb(119,140,101); }
div.DivClassName
{
background-color: #778C65;
}
.BgClassName
{
background-color: #778C65;
}
</style>
border-color css
<style>
span { border-color: #778C65; }
span { border-color: rgb(119,140,101); }
td.TdClassName
{
border-color: #778C65;
}
.TagClassName
{
border-color: #778C65;
}
</style>