Shades of Wasabi #768643
Tints of Wasabi #768643
RGB
CMYK
RGB Variations
Color information
#768643 (or 0x768643) is known color: Wasabi. HEX triplet: 76, 86 and 43. RGB value is (118,134,67). Sum of RGB (Red+Green+Blue) = 118+134+67=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 67 (26.56% from 255 or 21.00% from 319); Max value from RGB is 134 - color contains mainly: green. Hex color #768643 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768643 is #8979BC. Grayscale: #797979. Windows color (decimal): -9009597 or 4425334. OLE color: 4425334.
HSL color Cylindrical-coordinate representation of color #768643: hue angle of 74.33º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #768643 is Cyan = 0.12, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 134 | 67 | - |
| CMYK | 0.12 | 0 | 0.5 | 0.47 |
| HSL | 74.33º | 0.33% | 0.39% | - |
| HSV(B) | 74.33º | 0.5% | 0.53% | - |
| XYZ | 17.01 | 21.31 | 8.53 | - |
| YUV | 121.58 | 97.2 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 134 | 67 | 0.12 | 0 | 0.5 | 0.47 | 74.33 | 0.33 | 0.39 |
| Hex | 76 | 86 | 43 | C | 0 | 32 | 2F | 4A | 21 | 27 |
| Octal | 166 | 206 | 103 | 14 | 0 | 62 | 57 | 112 | 41 | 47 |
| Binary | 1110110 | 10000110 | 1000011 | 1100 | 0 | 110010 | 101111 | 1001010 | 100001 | 100111 |
Color Harmonies of #768643
Complementary color
Monochromatic Colors of #768643
Black with #768643
Text Example
Text Example
White with #768643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768643; }
p { color: rgb(118,134,67); }
H1.HeaderClassName
{
color: #768643;
}
.AnyTagClassName
{
color: #768643;
}
</style>
background-color css
<style>
a { background-color: #768643; }
a { background-color: rgb(118,134,67); }
div.DivClassName
{
background-color: #768643;
}
.BgClassName
{
background-color: #768643;
}
</style>
border-color css
<style>
span { border-color: #768643; }
span { border-color: rgb(118,134,67); }
td.TdClassName
{
border-color: #768643;
}
.TagClassName
{
border-color: #768643;
}
</style>