Shades of Camouflage Green #768168
Tints of Camouflage Green #768168
RGB
CMYK
RGB Variations
Color information
#768168 (or 0x768168) is known color: Camouflage Green. HEX triplet: 76, 81 and 68. RGB value is (118,129,104). Sum of RGB (Red+Green+Blue) = 118+129+104=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 129 - color contains mainly: green. Hex color #768168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768168 is #897E97. Grayscale: #7A7A7A. Windows color (decimal): -9010840 or 6848886. OLE color: 6848886.
HSL color Cylindrical-coordinate representation of color #768168: hue angle of 86.4º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #768168 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 129 | 104 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.49 |
| HSL | 86.4º | 0.11% | 0.46% | - |
| HSV(B) | 86.4º | 0.19% | 0.51% | - |
| XYZ | 17.82 | 20.55 | 16.12 | - |
| YUV | 122.86 | 117.36 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 129 | 104 | 0.09 | 0 | 0.19 | 0.49 | 86.4 | 0.11 | 0.46 |
| Hex | 76 | 81 | 68 | 9 | 0 | 13 | 31 | 56 | B | 2E |
| Octal | 166 | 201 | 150 | 11 | 0 | 23 | 61 | 126 | 13 | 56 |
| Binary | 1110110 | 10000001 | 1101000 | 1001 | 0 | 10011 | 110001 | 1010110 | 1011 | 101110 |
Color Harmonies of #768168
Complementary color
Monochromatic Colors of #768168
Black with #768168
Text Example
Text Example
White with #768168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768168; }
p { color: rgb(118,129,104); }
H1.HeaderClassName
{
color: #768168;
}
.AnyTagClassName
{
color: #768168;
}
</style>
background-color css
<style>
a { background-color: #768168; }
a { background-color: rgb(118,129,104); }
div.DivClassName
{
background-color: #768168;
}
.BgClassName
{
background-color: #768168;
}
</style>
border-color css
<style>
span { border-color: #768168; }
span { border-color: rgb(118,129,104); }
td.TdClassName
{
border-color: #768168;
}
.TagClassName
{
border-color: #768168;
}
</style>