Shades of Camouflage Green #768D68
Tints of Camouflage Green #768D68
RGB
CMYK
RGB Variations
Color information
#768D68 (or 0x768D68) is known color: Camouflage Green. HEX triplet: 76, 8D and 68. RGB value is (118,141,104). Sum of RGB (Red+Green+Blue) = 118+141+104=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 141 - color contains mainly: green. Hex color #768D68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768D68 is #897297. Grayscale: #828282. Windows color (decimal): -9007768 or 6851958. OLE color: 6851958.
HSL color Cylindrical-coordinate representation of color #768D68: hue angle of 97.3º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #768D68 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 141 | 104 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.45 |
| HSL | 97.3º | 0.15% | 0.48% | - |
| HSV(B) | 97.3º | 0.26% | 0.55% | - |
| XYZ | 19.49 | 23.9 | 16.68 | - |
| YUV | 129.91 | 113.38 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 141 | 104 | 0.16 | 0 | 0.26 | 0.45 | 97.3 | 0.15 | 0.48 |
| Hex | 76 | 8D | 68 | 10 | 0 | 1A | 2D | 61 | F | 30 |
| Octal | 166 | 215 | 150 | 20 | 0 | 32 | 55 | 141 | 17 | 60 |
| Binary | 1110110 | 10001101 | 1101000 | 10000 | 0 | 11010 | 101101 | 1100001 | 1111 | 110000 |
Color Harmonies of #768D68
Complementary color
Monochromatic Colors of #768D68
Black with #768D68
Text Example
Text Example
White with #768D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768D68; }
p { color: rgb(118,141,104); }
H1.HeaderClassName
{
color: #768D68;
}
.AnyTagClassName
{
color: #768D68;
}
</style>
background-color css
<style>
a { background-color: #768D68; }
a { background-color: rgb(118,141,104); }
div.DivClassName
{
background-color: #768D68;
}
.BgClassName
{
background-color: #768D68;
}
</style>
border-color css
<style>
span { border-color: #768D68; }
span { border-color: rgb(118,141,104); }
td.TdClassName
{
border-color: #768D68;
}
.TagClassName
{
border-color: #768D68;
}
</style>