Shades of Camouflage Green #77845F
Tints of Camouflage Green #77845F
RGB
CMYK
RGB Variations
Color information
#77845F (or 0x77845F) is known color: Camouflage Green. HEX triplet: 77, 84 and 5F. RGB value is (119,132,95). Sum of RGB (Red+Green+Blue) = 119+132+95=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 132 - color contains mainly: green. Hex color #77845F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77845F is #887BA0. Grayscale: #7C7C7C. Windows color (decimal): -8944545 or 6259831. OLE color: 6259831.
HSL color Cylindrical-coordinate representation of color #77845F: hue angle of 81.08º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #77845F is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 132 | 95 | - |
| CMYK | 0.10 | 0 | 0.28 | 0.48 |
| HSL | 81.08º | 0.16% | 0.45% | - |
| HSV(B) | 81.08º | 0.28% | 0.52% | - |
| XYZ | 17.92 | 21.25 | 13.98 | - |
| YUV | 123.9 | 111.69 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 132 | 95 | 0.10 | 0 | 0.28 | 0.48 | 81.08 | 0.16 | 0.45 |
| Hex | 77 | 84 | 5F | A | 0 | 1C | 30 | 51 | 10 | 2D |
| Octal | 167 | 204 | 137 | 12 | 0 | 34 | 60 | 121 | 20 | 55 |
| Binary | 1110111 | 10000100 | 1011111 | 1010 | 0 | 11100 | 110000 | 1010001 | 10000 | 101101 |
Color Harmonies of #77845F
Complementary color
Monochromatic Colors of #77845F
Black with #77845F
Text Example
Text Example
White with #77845F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77845F; }
p { color: rgb(119,132,95); }
H1.HeaderClassName
{
color: #77845F;
}
.AnyTagClassName
{
color: #77845F;
}
</style>
background-color css
<style>
a { background-color: #77845F; }
a { background-color: rgb(119,132,95); }
div.DivClassName
{
background-color: #77845F;
}
.BgClassName
{
background-color: #77845F;
}
</style>
border-color css
<style>
span { border-color: #77845F; }
span { border-color: rgb(119,132,95); }
td.TdClassName
{
border-color: #77845F;
}
.TagClassName
{
border-color: #77845F;
}
</style>