Shades of Camouflage Green #768762
Tints of Camouflage Green #768762
RGB
CMYK
RGB Variations
Color information
#768762 (or 0x768762) is known color: Camouflage Green. HEX triplet: 76, 87 and 62. RGB value is (118,135,98). Sum of RGB (Red+Green+Blue) = 118+135+98=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 98 (38.67% from 255 or 27.92% from 351); Max value from RGB is 135 - color contains mainly: green. Hex color #768762 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768762 is #89789D. Grayscale: #7D7D7D. Windows color (decimal): -9009310 or 6457206. OLE color: 6457206.
HSL color Cylindrical-coordinate representation of color #768762: hue angle of 87.57º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #768762 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 135 | 98 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.47 |
| HSL | 87.57º | 0.16% | 0.46% | - |
| HSV(B) | 87.57º | 0.27% | 0.53% | - |
| XYZ | 18.34 | 22.06 | 14.85 | - |
| YUV | 125.7 | 112.37 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 135 | 98 | 0.13 | 0 | 0.27 | 0.47 | 87.57 | 0.16 | 0.46 |
| Hex | 76 | 87 | 62 | D | 0 | 1B | 2F | 58 | 10 | 2E |
| Octal | 166 | 207 | 142 | 15 | 0 | 33 | 57 | 130 | 20 | 56 |
| Binary | 1110110 | 10000111 | 1100010 | 1101 | 0 | 11011 | 101111 | 1011000 | 10000 | 101110 |
Color Harmonies of #768762
Complementary color
Monochromatic Colors of #768762
Black with #768762
Text Example
Text Example
White with #768762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768762; }
p { color: rgb(118,135,98); }
H1.HeaderClassName
{
color: #768762;
}
.AnyTagClassName
{
color: #768762;
}
</style>
background-color css
<style>
a { background-color: #768762; }
a { background-color: rgb(118,135,98); }
div.DivClassName
{
background-color: #768762;
}
.BgClassName
{
background-color: #768762;
}
</style>
border-color css
<style>
span { border-color: #768762; }
span { border-color: rgb(118,135,98); }
td.TdClassName
{
border-color: #768762;
}
.TagClassName
{
border-color: #768762;
}
</style>