Shades of Camouflage Green #778C67
Tints of Camouflage Green #778C67
RGB
CMYK
RGB Variations
Color information
#778C67 (or 0x778C67) is known color: Camouflage Green. HEX triplet: 77, 8C and 67. RGB value is (119,140,103). Sum of RGB (Red+Green+Blue) = 119+140+103=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 103 (40.62% from 255 or 28.45% from 362); Max value from RGB is 140 - color contains mainly: green. Hex color #778C67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778C67 is #887398. Grayscale: #818181. Windows color (decimal): -8942489 or 6786167. OLE color: 6786167.
HSL color Cylindrical-coordinate representation of color #778C67: hue angle of 94.05º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #778C67 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 140 | 103 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.45 |
| HSL | 94.05º | 0.15% | 0.48% | - |
| HSV(B) | 94.05º | 0.26% | 0.55% | - |
| XYZ | 19.43 | 23.66 | 16.37 | - |
| YUV | 129.5 | 113.04 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 140 | 103 | 0.15 | 0 | 0.26 | 0.45 | 94.05 | 0.15 | 0.48 |
| Hex | 77 | 8C | 67 | F | 0 | 1A | 2D | 5E | F | 30 |
| Octal | 167 | 214 | 147 | 17 | 0 | 32 | 55 | 136 | 17 | 60 |
| Binary | 1110111 | 10001100 | 1100111 | 1111 | 0 | 11010 | 101101 | 1011110 | 1111 | 110000 |
Color Harmonies of #778C67
Complementary color
Monochromatic Colors of #778C67
Black with #778C67
Text Example
Text Example
White with #778C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778C67; }
p { color: rgb(119,140,103); }
H1.HeaderClassName
{
color: #778C67;
}
.AnyTagClassName
{
color: #778C67;
}
</style>
background-color css
<style>
a { background-color: #778C67; }
a { background-color: rgb(119,140,103); }
div.DivClassName
{
background-color: #778C67;
}
.BgClassName
{
background-color: #778C67;
}
</style>
border-color css
<style>
span { border-color: #778C67; }
span { border-color: rgb(119,140,103); }
td.TdClassName
{
border-color: #778C67;
}
.TagClassName
{
border-color: #778C67;
}
</style>