Shades of Wasabi #768B46
Tints of Wasabi #768B46
RGB
CMYK
RGB Variations
Color information
#768B46 (or 0x768B46) is known color: Wasabi. HEX triplet: 76, 8B and 46. RGB value is (118,139,70). Sum of RGB (Red+Green+Blue) = 118+139+70=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 139 (54.69% from 255 or 42.51% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 139 - color contains mainly: green. Hex color #768B46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768B46 is #8974B9. Grayscale: #7D7D7D. Windows color (decimal): -9008314 or 4623222. OLE color: 4623222.
HSL color Cylindrical-coordinate representation of color #768B46: hue angle of 78.26º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #768B46 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 139 | 70 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.45 |
| HSL | 78.26º | 0.33% | 0.41% | - |
| HSV(B) | 78.26º | 0.5% | 0.55% | - |
| XYZ | 17.81 | 22.76 | 9.25 | - |
| YUV | 124.86 | 97.04 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 139 | 70 | 0.15 | 0 | 0.50 | 0.45 | 78.26 | 0.33 | 0.41 |
| Hex | 76 | 8B | 46 | F | 0 | 32 | 2D | 4E | 21 | 29 |
| Octal | 166 | 213 | 106 | 17 | 0 | 62 | 55 | 116 | 41 | 51 |
| Binary | 1110110 | 10001011 | 1000110 | 1111 | 0 | 110010 | 101101 | 1001110 | 100001 | 101001 |
Color Harmonies of #768B46
Complementary color
Monochromatic Colors of #768B46
Black with #768B46
Text Example
Text Example
White with #768B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768B46; }
p { color: rgb(118,139,70); }
H1.HeaderClassName
{
color: #768B46;
}
.AnyTagClassName
{
color: #768B46;
}
</style>
background-color css
<style>
a { background-color: #768B46; }
a { background-color: rgb(118,139,70); }
div.DivClassName
{
background-color: #768B46;
}
.BgClassName
{
background-color: #768B46;
}
</style>
border-color css
<style>
span { border-color: #768B46; }
span { border-color: rgb(118,139,70); }
td.TdClassName
{
border-color: #768B46;
}
.TagClassName
{
border-color: #768B46;
}
</style>