Shades of Camouflage Green #768665
Tints of Camouflage Green #768665
RGB
CMYK
RGB Variations
Color information
#768665 (or 0x768665) is known color: Camouflage Green. HEX triplet: 76, 86 and 65. RGB value is (118,134,101). Sum of RGB (Red+Green+Blue) = 118+134+101=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 134 - color contains mainly: green. Hex color #768665 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768665 is #89799A. Grayscale: #7D7D7D. Windows color (decimal): -9009563 or 6653558. OLE color: 6653558.
HSL color Cylindrical-coordinate representation of color #768665: hue angle of 89.09º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #768665 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 134 | 101 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.47 |
| HSL | 89.09º | 0.14% | 0.46% | - |
| HSV(B) | 89.09º | 0.25% | 0.53% | - |
| XYZ | 18.35 | 21.84 | 15.56 | - |
| YUV | 125.45 | 114.2 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 134 | 101 | 0.12 | 0 | 0.25 | 0.47 | 89.09 | 0.14 | 0.46 |
| Hex | 76 | 86 | 65 | C | 0 | 19 | 2F | 59 | E | 2E |
| Octal | 166 | 206 | 145 | 14 | 0 | 31 | 57 | 131 | 16 | 56 |
| Binary | 1110110 | 10000110 | 1100101 | 1100 | 0 | 11001 | 101111 | 1011001 | 1110 | 101110 |
Color Harmonies of #768665
Complementary color
Monochromatic Colors of #768665
Black with #768665
Text Example
Text Example
White with #768665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768665; }
p { color: rgb(118,134,101); }
H1.HeaderClassName
{
color: #768665;
}
.AnyTagClassName
{
color: #768665;
}
</style>
background-color css
<style>
a { background-color: #768665; }
a { background-color: rgb(118,134,101); }
div.DivClassName
{
background-color: #768665;
}
.BgClassName
{
background-color: #768665;
}
</style>
border-color css
<style>
span { border-color: #768665; }
span { border-color: rgb(118,134,101); }
td.TdClassName
{
border-color: #768665;
}
.TagClassName
{
border-color: #768665;
}
</style>