Shades of Wasabi #768644
Tints of Wasabi #768644
RGB
CMYK
RGB Variations
Color information
#768644 (or 0x768644) is known color: Wasabi. HEX triplet: 76, 86 and 44. RGB value is (118,134,68). Sum of RGB (Red+Green+Blue) = 118+134+68=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 134 - color contains mainly: green. Hex color #768644 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768644 is #8979BB. Grayscale: #797979. Windows color (decimal): -9009596 or 4490870. OLE color: 4490870.
HSL color Cylindrical-coordinate representation of color #768644: hue angle of 74.55º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #768644 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 134 | 68 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.47 |
| HSL | 74.55º | 0.33% | 0.4% | - |
| HSV(B) | 74.55º | 0.49% | 0.53% | - |
| XYZ | 17.04 | 21.32 | 8.69 | - |
| YUV | 121.69 | 97.7 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 134 | 68 | 0.12 | 0 | 0.49 | 0.47 | 74.55 | 0.33 | 0.4 |
| Hex | 76 | 86 | 44 | C | 0 | 31 | 2F | 4B | 21 | 28 |
| Octal | 166 | 206 | 104 | 14 | 0 | 61 | 57 | 113 | 41 | 50 |
| Binary | 1110110 | 10000110 | 1000100 | 1100 | 0 | 110001 | 101111 | 1001011 | 100001 | 101000 |
Color Harmonies of #768644
Complementary color
Monochromatic Colors of #768644
Black with #768644
Text Example
Text Example
White with #768644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768644; }
p { color: rgb(118,134,68); }
H1.HeaderClassName
{
color: #768644;
}
.AnyTagClassName
{
color: #768644;
}
</style>
background-color css
<style>
a { background-color: #768644; }
a { background-color: rgb(118,134,68); }
div.DivClassName
{
background-color: #768644;
}
.BgClassName
{
background-color: #768644;
}
</style>
border-color css
<style>
span { border-color: #768644; }
span { border-color: rgb(118,134,68); }
td.TdClassName
{
border-color: #768644;
}
.TagClassName
{
border-color: #768644;
}
</style>