Shades of Camouflage Green #788562
Tints of Camouflage Green #788562
RGB
CMYK
RGB Variations
Color information
#788562 (or 0x788562) is known color: Camouflage Green. HEX triplet: 78, 85 and 62. RGB value is (120,133,98). Sum of RGB (Red+Green+Blue) = 120+133+98=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 98 (38.67% from 255 or 27.92% from 351); Max value from RGB is 133 - color contains mainly: green. Hex color #788562 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788562 is #877A9D. Grayscale: #7D7D7D. Windows color (decimal): -8878750 or 6456696. OLE color: 6456696.
HSL color Cylindrical-coordinate representation of color #788562: hue angle of 82.29º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #788562 is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 133 | 98 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.48 |
| HSL | 82.29º | 0.15% | 0.45% | - |
| HSV(B) | 82.29º | 0.26% | 0.52% | - |
| XYZ | 18.34 | 21.65 | 14.77 | - |
| YUV | 125.12 | 112.69 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 133 | 98 | 0.10 | 0 | 0.26 | 0.48 | 82.29 | 0.15 | 0.45 |
| Hex | 78 | 85 | 62 | A | 0 | 1A | 30 | 52 | F | 2D |
| Octal | 170 | 205 | 142 | 12 | 0 | 32 | 60 | 122 | 17 | 55 |
| Binary | 1111000 | 10000101 | 1100010 | 1010 | 0 | 11010 | 110000 | 1010010 | 1111 | 101101 |
Color Harmonies of #788562
Complementary color
Monochromatic Colors of #788562
Black with #788562
Text Example
Text Example
White with #788562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788562; }
p { color: rgb(120,133,98); }
H1.HeaderClassName
{
color: #788562;
}
.AnyTagClassName
{
color: #788562;
}
</style>
background-color css
<style>
a { background-color: #788562; }
a { background-color: rgb(120,133,98); }
div.DivClassName
{
background-color: #788562;
}
.BgClassName
{
background-color: #788562;
}
</style>
border-color css
<style>
span { border-color: #788562; }
span { border-color: rgb(120,133,98); }
td.TdClassName
{
border-color: #788562;
}
.TagClassName
{
border-color: #788562;
}
</style>