Shades of Wasabi #768441
Tints of Wasabi #768441
RGB
CMYK
RGB Variations
Color information
#768441 (or 0x768441) is known color: Wasabi. HEX triplet: 76, 84 and 41. RGB value is (118,132,65). Sum of RGB (Red+Green+Blue) = 118+132+65=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 132 - color contains mainly: green. Hex color #768441 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768441 is #897BBE. Grayscale: #787878. Windows color (decimal): -9010111 or 4293750. OLE color: 4293750.
HSL color Cylindrical-coordinate representation of color #768441: hue angle of 72.54º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #768441 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 132 | 65 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.48 |
| HSL | 72.54º | 0.34% | 0.39% | - |
| HSV(B) | 72.54º | 0.51% | 0.52% | - |
| XYZ | 16.68 | 20.74 | 8.12 | - |
| YUV | 120.18 | 96.86 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 132 | 65 | 0.11 | 0 | 0.51 | 0.48 | 72.54 | 0.34 | 0.39 |
| Hex | 76 | 84 | 41 | B | 0 | 33 | 30 | 49 | 22 | 27 |
| Octal | 166 | 204 | 101 | 13 | 0 | 63 | 60 | 111 | 42 | 47 |
| Binary | 1110110 | 10000100 | 1000001 | 1011 | 0 | 110011 | 110000 | 1001001 | 100010 | 100111 |
Color Harmonies of #768441
Complementary color
Monochromatic Colors of #768441
Black with #768441
Text Example
Text Example
White with #768441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768441; }
p { color: rgb(118,132,65); }
H1.HeaderClassName
{
color: #768441;
}
.AnyTagClassName
{
color: #768441;
}
</style>
background-color css
<style>
a { background-color: #768441; }
a { background-color: rgb(118,132,65); }
div.DivClassName
{
background-color: #768441;
}
.BgClassName
{
background-color: #768441;
}
</style>
border-color css
<style>
span { border-color: #768441; }
span { border-color: rgb(118,132,65); }
td.TdClassName
{
border-color: #768441;
}
.TagClassName
{
border-color: #768441;
}
</style>