Shades of Camouflage Green #768862
Tints of Camouflage Green #768862
RGB
CMYK
RGB Variations
Color information
#768862 (or 0x768862) is known color: Camouflage Green. HEX triplet: 76, 88 and 62. RGB value is (118,136,98). Sum of RGB (Red+Green+Blue) = 118+136+98=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 136 - color contains mainly: green. Hex color #768862 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768862 is #89779D. Grayscale: #7E7E7E. Windows color (decimal): -9009054 or 6457462. OLE color: 6457462.
HSL color Cylindrical-coordinate representation of color #768862: hue angle of 88.42º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #768862 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 136 | 98 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.47 |
| HSL | 88.42º | 0.16% | 0.46% | - |
| HSV(B) | 88.42º | 0.28% | 0.53% | - |
| XYZ | 18.48 | 22.34 | 14.89 | - |
| YUV | 126.29 | 112.04 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 136 | 98 | 0.13 | 0 | 0.28 | 0.47 | 88.42 | 0.16 | 0.46 |
| Hex | 76 | 88 | 62 | D | 0 | 1C | 2F | 58 | 10 | 2E |
| Octal | 166 | 210 | 142 | 15 | 0 | 34 | 57 | 130 | 20 | 56 |
| Binary | 1110110 | 10001000 | 1100010 | 1101 | 0 | 11100 | 101111 | 1011000 | 10000 | 101110 |
Color Harmonies of #768862
Complementary color
Monochromatic Colors of #768862
Black with #768862
Text Example
Text Example
White with #768862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768862; }
p { color: rgb(118,136,98); }
H1.HeaderClassName
{
color: #768862;
}
.AnyTagClassName
{
color: #768862;
}
</style>
background-color css
<style>
a { background-color: #768862; }
a { background-color: rgb(118,136,98); }
div.DivClassName
{
background-color: #768862;
}
.BgClassName
{
background-color: #768862;
}
</style>
border-color css
<style>
span { border-color: #768862; }
span { border-color: rgb(118,136,98); }
td.TdClassName
{
border-color: #768862;
}
.TagClassName
{
border-color: #768862;
}
</style>