Shades of Wasabi #768645
Tints of Wasabi #768645
RGB
CMYK
RGB Variations
Color information
#768645 (or 0x768645) is known color: Wasabi. HEX triplet: 76, 86 and 45. RGB value is (118,134,69). Sum of RGB (Red+Green+Blue) = 118+134+69=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 134 - color contains mainly: green. Hex color #768645 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768645 is #8979BA. Grayscale: #7A7A7A. Windows color (decimal): -9009595 or 4556406. OLE color: 4556406.
HSL color Cylindrical-coordinate representation of color #768645: hue angle of 74.77º degrees, saturation: 0.32, 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 #768645 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 134 | 69 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.47 |
| HSL | 74.77º | 0.32% | 0.4% | - |
| HSV(B) | 74.77º | 0.49% | 0.53% | - |
| XYZ | 17.07 | 21.33 | 8.85 | - |
| YUV | 121.81 | 98.2 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 134 | 69 | 0.12 | 0 | 0.49 | 0.47 | 74.77 | 0.32 | 0.4 |
| Hex | 76 | 86 | 45 | C | 0 | 31 | 2F | 4B | 20 | 28 |
| Octal | 166 | 206 | 105 | 14 | 0 | 61 | 57 | 113 | 40 | 50 |
| Binary | 1110110 | 10000110 | 1000101 | 1100 | 0 | 110001 | 101111 | 1001011 | 100000 | 101000 |
Color Harmonies of #768645
Complementary color
Monochromatic Colors of #768645
Black with #768645
Text Example
Text Example
White with #768645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768645; }
p { color: rgb(118,134,69); }
H1.HeaderClassName
{
color: #768645;
}
.AnyTagClassName
{
color: #768645;
}
</style>
background-color css
<style>
a { background-color: #768645; }
a { background-color: rgb(118,134,69); }
div.DivClassName
{
background-color: #768645;
}
.BgClassName
{
background-color: #768645;
}
</style>
border-color css
<style>
span { border-color: #768645; }
span { border-color: rgb(118,134,69); }
td.TdClassName
{
border-color: #768645;
}
.TagClassName
{
border-color: #768645;
}
</style>