Shades of Camouflage Green #77856D
Tints of Camouflage Green #77856D
RGB
CMYK
RGB Variations
Color information
#77856D (or 0x77856D) is known color: Camouflage Green. HEX triplet: 77, 85 and 6D. RGB value is (119,133,109). Sum of RGB (Red+Green+Blue) = 119+133+109=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 133 - color contains mainly: green. Hex color #77856D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77856D is #887A92. Grayscale: #7E7E7E. Windows color (decimal): -8944275 or 7177591. OLE color: 7177591.
HSL color Cylindrical-coordinate representation of color #77856D: hue angle of 95º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #77856D is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 133 | 109 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.48 |
| HSL | 95º | 0.1% | 0.47% | - |
| HSV(B) | 95º | 0.18% | 0.52% | - |
| XYZ | 18.76 | 21.8 | 17.69 | - |
| YUV | 126.08 | 118.36 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 133 | 109 | 0.11 | 0 | 0.18 | 0.48 | 95 | 0.1 | 0.47 |
| Hex | 77 | 85 | 6D | B | 0 | 12 | 30 | 5F | A | 2F |
| Octal | 167 | 205 | 155 | 13 | 0 | 22 | 60 | 137 | 12 | 57 |
| Binary | 1110111 | 10000101 | 1101101 | 1011 | 0 | 10010 | 110000 | 1011111 | 1010 | 101111 |
Color Harmonies of #77856D
Complementary color
Monochromatic Colors of #77856D
Black with #77856D
Text Example
Text Example
White with #77856D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77856D; }
p { color: rgb(119,133,109); }
H1.HeaderClassName
{
color: #77856D;
}
.AnyTagClassName
{
color: #77856D;
}
</style>
background-color css
<style>
a { background-color: #77856D; }
a { background-color: rgb(119,133,109); }
div.DivClassName
{
background-color: #77856D;
}
.BgClassName
{
background-color: #77856D;
}
</style>
border-color css
<style>
span { border-color: #77856D; }
span { border-color: rgb(119,133,109); }
td.TdClassName
{
border-color: #77856D;
}
.TagClassName
{
border-color: #77856D;
}
</style>