Shades of Camouflage Green #778B67
Tints of Camouflage Green #778B67
RGB
CMYK
RGB Variations
Color information
#778B67 (or 0x778B67) is known color: Camouflage Green. HEX triplet: 77, 8B and 67. RGB value is (119,139,103). Sum of RGB (Red+Green+Blue) = 119+139+103=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 103 (40.62% from 255 or 28.53% from 361); Max value from RGB is 139 - color contains mainly: green. Hex color #778B67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778B67 is #887498. Grayscale: #818181. Windows color (decimal): -8942745 or 6785911. OLE color: 6785911.
HSL color Cylindrical-coordinate representation of color #778B67: hue angle of 93.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #778B67 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 139 | 103 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.45 |
| HSL | 93.33º | 0.15% | 0.47% | - |
| HSV(B) | 93.33º | 0.26% | 0.55% | - |
| XYZ | 19.29 | 23.37 | 16.33 | - |
| YUV | 128.92 | 113.37 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 103 | 0.14 | 0 | 0.26 | 0.45 | 93.33 | 0.15 | 0.47 |
| Hex | 77 | 8B | 67 | E | 0 | 1A | 2D | 5D | F | 2F |
| Octal | 167 | 213 | 147 | 16 | 0 | 32 | 55 | 135 | 17 | 57 |
| Binary | 1110111 | 10001011 | 1100111 | 1110 | 0 | 11010 | 101101 | 1011101 | 1111 | 101111 |
Color Harmonies of #778B67
Complementary color
Monochromatic Colors of #778B67
Black with #778B67
Text Example
Text Example
White with #778B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778B67; }
p { color: rgb(119,139,103); }
H1.HeaderClassName
{
color: #778B67;
}
.AnyTagClassName
{
color: #778B67;
}
</style>
background-color css
<style>
a { background-color: #778B67; }
a { background-color: rgb(119,139,103); }
div.DivClassName
{
background-color: #778B67;
}
.BgClassName
{
background-color: #778B67;
}
</style>
border-color css
<style>
span { border-color: #778B67; }
span { border-color: rgb(119,139,103); }
td.TdClassName
{
border-color: #778B67;
}
.TagClassName
{
border-color: #778B67;
}
</style>