Shades of Wasabi #768240
Tints of Wasabi #768240
RGB
CMYK
RGB Variations
Color information
#768240 (or 0x768240) is known color: Wasabi. HEX triplet: 76, 82 and 40. RGB value is (118,130,64). Sum of RGB (Red+Green+Blue) = 118+130+64=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 130 - color contains mainly: green. Hex color #768240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768240 is #897DBF. Grayscale: #777777. Windows color (decimal): -9010624 or 4227702. OLE color: 4227702.
HSL color Cylindrical-coordinate representation of color #768240: hue angle of 70.91º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #768240 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 130 | 64 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.49 |
| HSL | 70.91º | 0.34% | 0.38% | - |
| HSV(B) | 70.91º | 0.51% | 0.51% | - |
| XYZ | 16.38 | 20.19 | 7.88 | - |
| YUV | 118.89 | 97.02 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 130 | 64 | 0.09 | 0 | 0.51 | 0.49 | 70.91 | 0.34 | 0.38 |
| Hex | 76 | 82 | 40 | 9 | 0 | 33 | 31 | 47 | 22 | 26 |
| Octal | 166 | 202 | 100 | 11 | 0 | 63 | 61 | 107 | 42 | 46 |
| Binary | 1110110 | 10000010 | 1000000 | 1001 | 0 | 110011 | 110001 | 1000111 | 100010 | 100110 |
Color Harmonies of #768240
Complementary color
Monochromatic Colors of #768240
Black with #768240
Text Example
Text Example
White with #768240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768240; }
p { color: rgb(118,130,64); }
H1.HeaderClassName
{
color: #768240;
}
.AnyTagClassName
{
color: #768240;
}
</style>
background-color css
<style>
a { background-color: #768240; }
a { background-color: rgb(118,130,64); }
div.DivClassName
{
background-color: #768240;
}
.BgClassName
{
background-color: #768240;
}
</style>
border-color css
<style>
span { border-color: #768240; }
span { border-color: rgb(118,130,64); }
td.TdClassName
{
border-color: #768240;
}
.TagClassName
{
border-color: #768240;
}
</style>