Shades of Camouflage Green #77855F
Tints of Camouflage Green #77855F
RGB
CMYK
RGB Variations
Color information
#77855F (or 0x77855F) is known color: Camouflage Green. HEX triplet: 77, 85 and 5F. RGB value is (119,133,95). Sum of RGB (Red+Green+Blue) = 119+133+95=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 133 - color contains mainly: green. Hex color #77855F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77855F is #887AA0. Grayscale: #7C7C7C. Windows color (decimal): -8944289 or 6260087. OLE color: 6260087.
HSL color Cylindrical-coordinate representation of color #77855F: hue angle of 82.11º 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 #77855F is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 133 | 95 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.48 |
| HSL | 82.11º | 0.17% | 0.45% | - |
| HSV(B) | 82.11º | 0.29% | 0.52% | - |
| XYZ | 18.06 | 21.52 | 14.03 | - |
| YUV | 124.48 | 111.36 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 133 | 95 | 0.11 | 0 | 0.29 | 0.48 | 82.11 | 0.17 | 0.45 |
| Hex | 77 | 85 | 5F | B | 0 | 1D | 30 | 52 | 11 | 2D |
| Octal | 167 | 205 | 137 | 13 | 0 | 35 | 60 | 122 | 21 | 55 |
| Binary | 1110111 | 10000101 | 1011111 | 1011 | 0 | 11101 | 110000 | 1010010 | 10001 | 101101 |
Color Harmonies of #77855F
Complementary color
Monochromatic Colors of #77855F
Black with #77855F
Text Example
Text Example
White with #77855F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77855F; }
p { color: rgb(119,133,95); }
H1.HeaderClassName
{
color: #77855F;
}
.AnyTagClassName
{
color: #77855F;
}
</style>
background-color css
<style>
a { background-color: #77855F; }
a { background-color: rgb(119,133,95); }
div.DivClassName
{
background-color: #77855F;
}
.BgClassName
{
background-color: #77855F;
}
</style>
border-color css
<style>
span { border-color: #77855F; }
span { border-color: rgb(119,133,95); }
td.TdClassName
{
border-color: #77855F;
}
.TagClassName
{
border-color: #77855F;
}
</style>