Shades of Wasabi #768B40
Tints of Wasabi #768B40
RGB
CMYK
RGB Variations
Color information
#768B40 (or 0x768B40) is known color: Wasabi. HEX triplet: 76, 8B and 40. RGB value is (118,139,64). Sum of RGB (Red+Green+Blue) = 118+139+64=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 139 (54.69% from 255 or 43.30% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 139 - color contains mainly: green. Hex color #768B40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768B40 is #8974BF. Grayscale: #7C7C7C. Windows color (decimal): -9008320 or 4230006. OLE color: 4230006.
HSL color Cylindrical-coordinate representation of color #768B40: hue angle of 76.8º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #768B40 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 139 | 64 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.45 |
| HSL | 76.8º | 0.37% | 0.4% | - |
| HSV(B) | 76.8º | 0.54% | 0.55% | - |
| XYZ | 17.63 | 22.69 | 8.3 | - |
| YUV | 124.17 | 94.04 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 139 | 64 | 0.15 | 0 | 0.54 | 0.45 | 76.8 | 0.37 | 0.4 |
| Hex | 76 | 8B | 40 | F | 0 | 36 | 2D | 4D | 25 | 28 |
| Octal | 166 | 213 | 100 | 17 | 0 | 66 | 55 | 115 | 45 | 50 |
| Binary | 1110110 | 10001011 | 1000000 | 1111 | 0 | 110110 | 101101 | 1001101 | 100101 | 101000 |
Color Harmonies of #768B40
Complementary color
Monochromatic Colors of #768B40
Black with #768B40
Text Example
Text Example
White with #768B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768B40; }
p { color: rgb(118,139,64); }
H1.HeaderClassName
{
color: #768B40;
}
.AnyTagClassName
{
color: #768B40;
}
</style>
background-color css
<style>
a { background-color: #768B40; }
a { background-color: rgb(118,139,64); }
div.DivClassName
{
background-color: #768B40;
}
.BgClassName
{
background-color: #768B40;
}
</style>
border-color css
<style>
span { border-color: #768B40; }
span { border-color: rgb(118,139,64); }
td.TdClassName
{
border-color: #768B40;
}
.TagClassName
{
border-color: #768B40;
}
</style>