Shades of Camouflage Green #77806D
Tints of Camouflage Green #77806D
RGB
CMYK
RGB Variations
Color information
#77806D (or 0x77806D) is known color: Camouflage Green. HEX triplet: 77, 80 and 6D. RGB value is (119,128,109). Sum of RGB (Red+Green+Blue) = 119+128+109=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 128 - color contains mainly: green. Hex color #77806D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77806D is #887F92. Grayscale: #7B7B7B. Windows color (decimal): -8945555 or 7176311. OLE color: 7176311.
HSL color Cylindrical-coordinate representation of color #77806D: hue angle of 88.42º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #77806D is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 128 | 109 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.50 |
| HSL | 88.42º | 0.08% | 0.46% | - |
| HSV(B) | 88.42º | 0.15% | 0.5% | - |
| XYZ | 18.09 | 20.46 | 17.46 | - |
| YUV | 123.14 | 120.02 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 128 | 109 | 0.07 | 0 | 0.15 | 0.50 | 88.42 | 0.08 | 0.46 |
| Hex | 77 | 80 | 6D | 7 | 0 | F | 32 | 58 | 8 | 2E |
| Octal | 167 | 200 | 155 | 7 | 0 | 17 | 62 | 130 | 10 | 56 |
| Binary | 1110111 | 10000000 | 1101101 | 111 | 0 | 1111 | 110010 | 1011000 | 1000 | 101110 |
Color Harmonies of #77806D
Complementary color
Monochromatic Colors of #77806D
Black with #77806D
Text Example
Text Example
White with #77806D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77806D; }
p { color: rgb(119,128,109); }
H1.HeaderClassName
{
color: #77806D;
}
.AnyTagClassName
{
color: #77806D;
}
</style>
background-color css
<style>
a { background-color: #77806D; }
a { background-color: rgb(119,128,109); }
div.DivClassName
{
background-color: #77806D;
}
.BgClassName
{
background-color: #77806D;
}
</style>
border-color css
<style>
span { border-color: #77806D; }
span { border-color: rgb(119,128,109); }
td.TdClassName
{
border-color: #77806D;
}
.TagClassName
{
border-color: #77806D;
}
</style>