Shades of Camouflage Green #768161
Tints of Camouflage Green #768161
RGB
CMYK
RGB Variations
Color information
#768161 (or 0x768161) is known color: Camouflage Green. HEX triplet: 76, 81 and 61. RGB value is (118,129,97). Sum of RGB (Red+Green+Blue) = 118+129+97=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 97 (38.28% from 255 or 28.20% from 344); Max value from RGB is 129 - color contains mainly: green. Hex color #768161 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768161 is #897E9E. Grayscale: #7A7A7A. Windows color (decimal): -9010847 or 6390134. OLE color: 6390134.
HSL color Cylindrical-coordinate representation of color #768161: hue angle of 80.62º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #768161 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 129 | 97 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.49 |
| HSL | 80.63º | 0.14% | 0.44% | - |
| HSV(B) | 80.63º | 0.25% | 0.51% | - |
| XYZ | 17.48 | 20.42 | 14.33 | - |
| YUV | 122.06 | 113.86 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 129 | 97 | 0.09 | 0 | 0.25 | 0.49 | 80.63 | 0.14 | 0.44 |
| Hex | 76 | 81 | 61 | 9 | 0 | 19 | 31 | 51 | E | 2C |
| Octal | 166 | 201 | 141 | 11 | 0 | 31 | 61 | 121 | 16 | 54 |
| Binary | 1110110 | 10000001 | 1100001 | 1001 | 0 | 11001 | 110001 | 1010001 | 1110 | 101100 |
Color Harmonies of #768161
Complementary color
Monochromatic Colors of #768161
Black with #768161
Text Example
Text Example
White with #768161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768161; }
p { color: rgb(118,129,97); }
H1.HeaderClassName
{
color: #768161;
}
.AnyTagClassName
{
color: #768161;
}
</style>
background-color css
<style>
a { background-color: #768161; }
a { background-color: rgb(118,129,97); }
div.DivClassName
{
background-color: #768161;
}
.BgClassName
{
background-color: #768161;
}
</style>
border-color css
<style>
span { border-color: #768161; }
span { border-color: rgb(118,129,97); }
td.TdClassName
{
border-color: #768161;
}
.TagClassName
{
border-color: #768161;
}
</style>