Shades of Camouflage Green #768A62
Tints of Camouflage Green #768A62
RGB
CMYK
RGB Variations
Color information
#768A62 (or 0x768A62) is known color: Camouflage Green. HEX triplet: 76, 8A and 62. RGB value is (118,138,98). Sum of RGB (Red+Green+Blue) = 118+138+98=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 138 - color contains mainly: green. Hex color #768A62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768A62 is #89759D. Grayscale: #7F7F7F. Windows color (decimal): -9008542 or 6457974. OLE color: 6457974.
HSL color Cylindrical-coordinate representation of color #768A62: hue angle of 90º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #768A62 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 138 | 98 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.46 |
| HSL | 90º | 0.17% | 0.46% | - |
| HSV(B) | 90º | 0.29% | 0.54% | - |
| XYZ | 18.76 | 22.91 | 14.99 | - |
| YUV | 127.46 | 111.37 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 138 | 98 | 0.14 | 0 | 0.29 | 0.46 | 90 | 0.17 | 0.46 |
| Hex | 76 | 8A | 62 | E | 0 | 1D | 2E | 5A | 11 | 2E |
| Octal | 166 | 212 | 142 | 16 | 0 | 35 | 56 | 132 | 21 | 56 |
| Binary | 1110110 | 10001010 | 1100010 | 1110 | 0 | 11101 | 101110 | 1011010 | 10001 | 101110 |
Color Harmonies of #768A62
Complementary color
Monochromatic Colors of #768A62
Black with #768A62
Text Example
Text Example
White with #768A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768A62; }
p { color: rgb(118,138,98); }
H1.HeaderClassName
{
color: #768A62;
}
.AnyTagClassName
{
color: #768A62;
}
</style>
background-color css
<style>
a { background-color: #768A62; }
a { background-color: rgb(118,138,98); }
div.DivClassName
{
background-color: #768A62;
}
.BgClassName
{
background-color: #768A62;
}
</style>
border-color css
<style>
span { border-color: #768A62; }
span { border-color: rgb(118,138,98); }
td.TdClassName
{
border-color: #768A62;
}
.TagClassName
{
border-color: #768A62;
}
</style>