Shades of Camouflage Green #788263
Tints of Camouflage Green #788263
RGB
CMYK
RGB Variations
Color information
#788263 (or 0x788263) is known color: Camouflage Green. HEX triplet: 78, 82 and 63. RGB value is (120,130,99). Sum of RGB (Red+Green+Blue) = 120+130+99=349 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.38% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 99 (39.06% from 255 or 28.37% from 349); Max value from RGB is 130 - color contains mainly: green. Hex color #788263 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788263 is #877D9C. Grayscale: #7B7B7B. Windows color (decimal): -8879517 or 6521464. OLE color: 6521464.
HSL color Cylindrical-coordinate representation of color #788263: hue angle of 79.35º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #788263 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 130 | 99 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.49 |
| HSL | 79.35º | 0.14% | 0.45% | - |
| HSV(B) | 79.35º | 0.24% | 0.51% | - |
| XYZ | 17.98 | 20.86 | 14.88 | - |
| YUV | 123.48 | 114.19 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 130 | 99 | 0.08 | 0 | 0.24 | 0.49 | 79.35 | 0.14 | 0.45 |
| Hex | 78 | 82 | 63 | 8 | 0 | 18 | 31 | 4F | E | 2D |
| Octal | 170 | 202 | 143 | 10 | 0 | 30 | 61 | 117 | 16 | 55 |
| Binary | 1111000 | 10000010 | 1100011 | 1000 | 0 | 11000 | 110001 | 1001111 | 1110 | 101101 |
Color Harmonies of #788263
Complementary color
Monochromatic Colors of #788263
Black with #788263
Text Example
Text Example
White with #788263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788263; }
p { color: rgb(120,130,99); }
H1.HeaderClassName
{
color: #788263;
}
.AnyTagClassName
{
color: #788263;
}
</style>
background-color css
<style>
a { background-color: #788263; }
a { background-color: rgb(120,130,99); }
div.DivClassName
{
background-color: #788263;
}
.BgClassName
{
background-color: #788263;
}
</style>
border-color css
<style>
span { border-color: #788263; }
span { border-color: rgb(120,130,99); }
td.TdClassName
{
border-color: #788263;
}
.TagClassName
{
border-color: #788263;
}
</style>