Shades of Camouflage Green #788B66
Tints of Camouflage Green #788B66
RGB
CMYK
RGB Variations
Color information
#788B66 (or 0x788B66) is known color: Camouflage Green. HEX triplet: 78, 8B and 66. RGB value is (120,139,102). Sum of RGB (Red+Green+Blue) = 120+139+102=361 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.24% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 139 - color contains mainly: green. Hex color #788B66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788B66 is #877499. Grayscale: #818181. Windows color (decimal): -8877210 or 6720376. OLE color: 6720376.
HSL color Cylindrical-coordinate representation of color #788B66: hue angle of 90.81º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #788B66 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 139 | 102 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.45 |
| HSL | 90.81º | 0.15% | 0.47% | - |
| HSV(B) | 90.81º | 0.27% | 0.55% | - |
| XYZ | 19.38 | 23.42 | 16.07 | - |
| YUV | 129.1 | 112.71 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 139 | 102 | 0.14 | 0 | 0.27 | 0.45 | 90.81 | 0.15 | 0.47 |
| Hex | 78 | 8B | 66 | E | 0 | 1B | 2D | 5B | F | 2F |
| Octal | 170 | 213 | 146 | 16 | 0 | 33 | 55 | 133 | 17 | 57 |
| Binary | 1111000 | 10001011 | 1100110 | 1110 | 0 | 11011 | 101101 | 1011011 | 1111 | 101111 |
Color Harmonies of #788B66
Complementary color
Monochromatic Colors of #788B66
Black with #788B66
Text Example
Text Example
White with #788B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788B66; }
p { color: rgb(120,139,102); }
H1.HeaderClassName
{
color: #788B66;
}
.AnyTagClassName
{
color: #788B66;
}
</style>
background-color css
<style>
a { background-color: #788B66; }
a { background-color: rgb(120,139,102); }
div.DivClassName
{
background-color: #788B66;
}
.BgClassName
{
background-color: #788B66;
}
</style>
border-color css
<style>
span { border-color: #788B66; }
span { border-color: rgb(120,139,102); }
td.TdClassName
{
border-color: #788B66;
}
.TagClassName
{
border-color: #788B66;
}
</style>