Shades of Wasabi #768D32
Tints of Wasabi #768D32
RGB
CMYK
RGB Variations
Color information
#768D32 (or 0x768D32) is known color: Wasabi. HEX triplet: 76, 8D and 32. RGB value is (118,141,50). Sum of RGB (Red+Green+Blue) = 118+141+50=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 141 (55.47% from 255 or 45.63% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 141 - color contains mainly: green. Hex color #768D32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768D32 is #8972CD. Grayscale: #7C7C7C. Windows color (decimal): -9007822 or 3313014. OLE color: 3313014.
HSL color Cylindrical-coordinate representation of color #768D32: hue angle of 75.16º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #768D32 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 141 | 50 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.45 |
| HSL | 75.16º | 0.48% | 0.37% | - |
| HSV(B) | 75.16º | 0.65% | 0.55% | - |
| XYZ | 17.57 | 23.13 | 6.56 | - |
| YUV | 123.75 | 86.38 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 141 | 50 | 0.16 | 0 | 0.65 | 0.45 | 75.16 | 0.48 | 0.37 |
| Hex | 76 | 8D | 32 | 10 | 0 | 41 | 2D | 4B | 30 | 25 |
| Octal | 166 | 215 | 62 | 20 | 0 | 101 | 55 | 113 | 60 | 45 |
| Binary | 1110110 | 10001101 | 110010 | 10000 | 0 | 1000001 | 101101 | 1001011 | 110000 | 100101 |
Color Harmonies of #768D32
Complementary color
Monochromatic Colors of #768D32
Black with #768D32
Text Example
Text Example
White with #768D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768D32; }
p { color: rgb(118,141,50); }
H1.HeaderClassName
{
color: #768D32;
}
.AnyTagClassName
{
color: #768D32;
}
</style>
background-color css
<style>
a { background-color: #768D32; }
a { background-color: rgb(118,141,50); }
div.DivClassName
{
background-color: #768D32;
}
.BgClassName
{
background-color: #768D32;
}
</style>
border-color css
<style>
span { border-color: #768D32; }
span { border-color: rgb(118,141,50); }
td.TdClassName
{
border-color: #768D32;
}
.TagClassName
{
border-color: #768D32;
}
</style>