Shades of Camouflage Green #77855E
Tints of Camouflage Green #77855E
RGB
CMYK
RGB Variations
Color information
#77855E (or 0x77855E) is known color: Camouflage Green. HEX triplet: 77, 85 and 5E. RGB value is (119,133,94). Sum of RGB (Red+Green+Blue) = 119+133+94=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 133 - color contains mainly: green. Hex color #77855E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77855E is #887AA1. Grayscale: #7C7C7C. Windows color (decimal): -8944290 or 6194551. OLE color: 6194551.
HSL color Cylindrical-coordinate representation of color #77855E: hue angle of 81.54º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #77855E is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 133 | 94 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.48 |
| HSL | 81.54º | 0.17% | 0.45% | - |
| HSV(B) | 81.54º | 0.29% | 0.52% | - |
| XYZ | 18.02 | 21.51 | 13.79 | - |
| YUV | 124.37 | 110.86 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 133 | 94 | 0.11 | 0 | 0.29 | 0.48 | 81.54 | 0.17 | 0.45 |
| Hex | 77 | 85 | 5E | B | 0 | 1D | 30 | 52 | 11 | 2D |
| Octal | 167 | 205 | 136 | 13 | 0 | 35 | 60 | 122 | 21 | 55 |
| Binary | 1110111 | 10000101 | 1011110 | 1011 | 0 | 11101 | 110000 | 1010010 | 10001 | 101101 |
Color Harmonies of #77855E
Complementary color
Monochromatic Colors of #77855E
Black with #77855E
Text Example
Text Example
White with #77855E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77855E; }
p { color: rgb(119,133,94); }
H1.HeaderClassName
{
color: #77855E;
}
.AnyTagClassName
{
color: #77855E;
}
</style>
background-color css
<style>
a { background-color: #77855E; }
a { background-color: rgb(119,133,94); }
div.DivClassName
{
background-color: #77855E;
}
.BgClassName
{
background-color: #77855E;
}
</style>
border-color css
<style>
span { border-color: #77855E; }
span { border-color: rgb(119,133,94); }
td.TdClassName
{
border-color: #77855E;
}
.TagClassName
{
border-color: #77855E;
}
</style>