Shades of Camouflage Green #768663
Tints of Camouflage Green #768663
RGB
CMYK
RGB Variations
Color information
#768663 (or 0x768663) is known color: Camouflage Green. HEX triplet: 76, 86 and 63. RGB value is (118,134,99). Sum of RGB (Red+Green+Blue) = 118+134+99=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 99 (39.06% from 255 or 28.21% from 351); Max value from RGB is 134 - color contains mainly: green. Hex color #768663 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768663 is #89799C. Grayscale: #7D7D7D. Windows color (decimal): -9009565 or 6522486. OLE color: 6522486.
HSL color Cylindrical-coordinate representation of color #768663: hue angle of 87.43º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #768663 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 134 | 99 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.47 |
| HSL | 87.43º | 0.15% | 0.46% | - |
| HSV(B) | 87.43º | 0.26% | 0.53% | - |
| XYZ | 18.25 | 21.8 | 15.05 | - |
| YUV | 125.23 | 113.2 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 134 | 99 | 0.12 | 0 | 0.26 | 0.47 | 87.43 | 0.15 | 0.46 |
| Hex | 76 | 86 | 63 | C | 0 | 1A | 2F | 57 | F | 2E |
| Octal | 166 | 206 | 143 | 14 | 0 | 32 | 57 | 127 | 17 | 56 |
| Binary | 1110110 | 10000110 | 1100011 | 1100 | 0 | 11010 | 101111 | 1010111 | 1111 | 101110 |
Color Harmonies of #768663
Complementary color
Monochromatic Colors of #768663
Black with #768663
Text Example
Text Example
White with #768663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768663; }
p { color: rgb(118,134,99); }
H1.HeaderClassName
{
color: #768663;
}
.AnyTagClassName
{
color: #768663;
}
</style>
background-color css
<style>
a { background-color: #768663; }
a { background-color: rgb(118,134,99); }
div.DivClassName
{
background-color: #768663;
}
.BgClassName
{
background-color: #768663;
}
</style>
border-color css
<style>
span { border-color: #768663; }
span { border-color: rgb(118,134,99); }
td.TdClassName
{
border-color: #768663;
}
.TagClassName
{
border-color: #768663;
}
</style>