Shades of Camouflage Green #768068
Tints of Camouflage Green #768068
RGB
CMYK
RGB Variations
Color information
#768068 (or 0x768068) is known color: Camouflage Green. HEX triplet: 76, 80 and 68. RGB value is (118,128,104). Sum of RGB (Red+Green+Blue) = 118+128+104=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 128 - color contains mainly: green. Hex color #768068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768068 is #897F97. Grayscale: #7A7A7A. Windows color (decimal): -9011096 or 6848630. OLE color: 6848630.
HSL color Cylindrical-coordinate representation of color #768068: hue angle of 85º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #768068 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 128 | 104 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.50 |
| HSL | 85º | 0.1% | 0.45% | - |
| HSV(B) | 85º | 0.19% | 0.5% | - |
| XYZ | 17.69 | 20.29 | 16.08 | - |
| YUV | 122.27 | 117.69 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 128 | 104 | 0.08 | 0 | 0.19 | 0.50 | 85 | 0.1 | 0.45 |
| Hex | 76 | 80 | 68 | 8 | 0 | 13 | 32 | 55 | A | 2D |
| Octal | 166 | 200 | 150 | 10 | 0 | 23 | 62 | 125 | 12 | 55 |
| Binary | 1110110 | 10000000 | 1101000 | 1000 | 0 | 10011 | 110010 | 1010101 | 1010 | 101101 |
Color Harmonies of #768068
Complementary color
Monochromatic Colors of #768068
Black with #768068
Text Example
Text Example
White with #768068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768068; }
p { color: rgb(118,128,104); }
H1.HeaderClassName
{
color: #768068;
}
.AnyTagClassName
{
color: #768068;
}
</style>
background-color css
<style>
a { background-color: #768068; }
a { background-color: rgb(118,128,104); }
div.DivClassName
{
background-color: #768068;
}
.BgClassName
{
background-color: #768068;
}
</style>
border-color css
<style>
span { border-color: #768068; }
span { border-color: rgb(118,128,104); }
td.TdClassName
{
border-color: #768068;
}
.TagClassName
{
border-color: #768068;
}
</style>