Shades of Camouflage Green #77866D
Tints of Camouflage Green #77866D
RGB
CMYK
RGB Variations
Color information
#77866D (or 0x77866D) is known color: Camouflage Green. HEX triplet: 77, 86 and 6D. RGB value is (119,134,109). Sum of RGB (Red+Green+Blue) = 119+134+109=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 134 - color contains mainly: green. Hex color #77866D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77866D is #887992. Grayscale: #7E7E7E. Windows color (decimal): -8944019 or 7177847. OLE color: 7177847.
HSL color Cylindrical-coordinate representation of color #77866D: hue angle of 96º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #77866D is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 134 | 109 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.47 |
| HSL | 96º | 0.1% | 0.48% | - |
| HSV(B) | 96º | 0.19% | 0.53% | - |
| XYZ | 18.89 | 22.08 | 17.73 | - |
| YUV | 126.67 | 118.03 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 134 | 109 | 0.11 | 0 | 0.19 | 0.47 | 96 | 0.1 | 0.48 |
| Hex | 77 | 86 | 6D | B | 0 | 13 | 2F | 60 | A | 30 |
| Octal | 167 | 206 | 155 | 13 | 0 | 23 | 57 | 140 | 12 | 60 |
| Binary | 1110111 | 10000110 | 1101101 | 1011 | 0 | 10011 | 101111 | 1100000 | 1010 | 110000 |
Color Harmonies of #77866D
Complementary color
Monochromatic Colors of #77866D
Black with #77866D
Text Example
Text Example
White with #77866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77866D; }
p { color: rgb(119,134,109); }
H1.HeaderClassName
{
color: #77866D;
}
.AnyTagClassName
{
color: #77866D;
}
</style>
background-color css
<style>
a { background-color: #77866D; }
a { background-color: rgb(119,134,109); }
div.DivClassName
{
background-color: #77866D;
}
.BgClassName
{
background-color: #77866D;
}
</style>
border-color css
<style>
span { border-color: #77866D; }
span { border-color: rgb(119,134,109); }
td.TdClassName
{
border-color: #77866D;
}
.TagClassName
{
border-color: #77866D;
}
</style>