Shades of Wasabi #768E3B
Tints of Wasabi #768E3B
RGB
CMYK
RGB Variations
Color information
#768E3B (or 0x768E3B) is known color: Wasabi. HEX triplet: 76, 8E and 3B. RGB value is (118,142,59). Sum of RGB (Red+Green+Blue) = 118+142+59=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 142 (55.86% from 255 or 44.51% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 142 - color contains mainly: green. Hex color #768E3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768E3B is #8971C4. Grayscale: #7D7D7D. Windows color (decimal): -9007557 or 3903094. OLE color: 3903094.
HSL color Cylindrical-coordinate representation of color #768E3B: hue angle of 77.35º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #768E3B is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 142 | 59 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.44 |
| HSL | 77.35º | 0.41% | 0.39% | - |
| HSV(B) | 77.35º | 0.58% | 0.56% | - |
| XYZ | 17.93 | 23.51 | 7.73 | - |
| YUV | 125.36 | 90.55 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 142 | 59 | 0.17 | 0 | 0.58 | 0.44 | 77.35 | 0.41 | 0.39 |
| Hex | 76 | 8E | 3B | 11 | 0 | 3A | 2C | 4D | 29 | 27 |
| Octal | 166 | 216 | 73 | 21 | 0 | 72 | 54 | 115 | 51 | 47 |
| Binary | 1110110 | 10001110 | 111011 | 10001 | 0 | 111010 | 101100 | 1001101 | 101001 | 100111 |
Color Harmonies of #768E3B
Complementary color
Monochromatic Colors of #768E3B
Black with #768E3B
Text Example
Text Example
White with #768E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768E3B; }
p { color: rgb(118,142,59); }
H1.HeaderClassName
{
color: #768E3B;
}
.AnyTagClassName
{
color: #768E3B;
}
</style>
background-color css
<style>
a { background-color: #768E3B; }
a { background-color: rgb(118,142,59); }
div.DivClassName
{
background-color: #768E3B;
}
.BgClassName
{
background-color: #768E3B;
}
</style>
border-color css
<style>
span { border-color: #768E3B; }
span { border-color: rgb(118,142,59); }
td.TdClassName
{
border-color: #768E3B;
}
.TagClassName
{
border-color: #768E3B;
}
</style>