Shades of Camouflage Green #768162
Tints of Camouflage Green #768162
RGB
CMYK
RGB Variations
Color information
#768162 (or 0x768162) is known color: Camouflage Green. HEX triplet: 76, 81 and 62. RGB value is (118,129,98). Sum of RGB (Red+Green+Blue) = 118+129+98=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 98 (38.67% from 255 or 28.41% from 345); Max value from RGB is 129 - color contains mainly: green. Hex color #768162 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768162 is #897E9D. Grayscale: #7A7A7A. Windows color (decimal): -9010846 or 6455670. OLE color: 6455670.
HSL color Cylindrical-coordinate representation of color #768162: hue angle of 81.29º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #768162 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 129 | 98 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.49 |
| HSL | 81.29º | 0.14% | 0.45% | - |
| HSV(B) | 81.29º | 0.24% | 0.51% | - |
| XYZ | 17.53 | 20.43 | 14.58 | - |
| YUV | 122.18 | 114.36 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 129 | 98 | 0.09 | 0 | 0.24 | 0.49 | 81.29 | 0.14 | 0.45 |
| Hex | 76 | 81 | 62 | 9 | 0 | 18 | 31 | 51 | E | 2D |
| Octal | 166 | 201 | 142 | 11 | 0 | 30 | 61 | 121 | 16 | 55 |
| Binary | 1110110 | 10000001 | 1100010 | 1001 | 0 | 11000 | 110001 | 1010001 | 1110 | 101101 |
Color Harmonies of #768162
Complementary color
Monochromatic Colors of #768162
Black with #768162
Text Example
Text Example
White with #768162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768162; }
p { color: rgb(118,129,98); }
H1.HeaderClassName
{
color: #768162;
}
.AnyTagClassName
{
color: #768162;
}
</style>
background-color css
<style>
a { background-color: #768162; }
a { background-color: rgb(118,129,98); }
div.DivClassName
{
background-color: #768162;
}
.BgClassName
{
background-color: #768162;
}
</style>
border-color css
<style>
span { border-color: #768162; }
span { border-color: rgb(118,129,98); }
td.TdClassName
{
border-color: #768162;
}
.TagClassName
{
border-color: #768162;
}
</style>