Shades of Wasabi #768949
Tints of Wasabi #768949
RGB
CMYK
RGB Variations
Color information
#768949 (or 0x768949) is known color: Wasabi. HEX triplet: 76, 89 and 49. RGB value is (118,137,73). Sum of RGB (Red+Green+Blue) = 118+137+73=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 137 (53.91% from 255 or 41.77% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 137 - color contains mainly: green. Hex color #768949 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768949 is #8976B6. Grayscale: #7C7C7C. Windows color (decimal): -9008823 or 4819318. OLE color: 4819318.
HSL color Cylindrical-coordinate representation of color #768949: hue angle of 77.81º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #768949 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 137 | 73 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.46 |
| HSL | 77.81º | 0.3% | 0.41% | - |
| HSV(B) | 77.81º | 0.47% | 0.54% | - |
| XYZ | 17.62 | 22.22 | 9.66 | - |
| YUV | 124.02 | 99.21 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 137 | 73 | 0.14 | 0 | 0.47 | 0.46 | 77.81 | 0.3 | 0.41 |
| Hex | 76 | 89 | 49 | E | 0 | 2F | 2E | 4E | 1E | 29 |
| Octal | 166 | 211 | 111 | 16 | 0 | 57 | 56 | 116 | 36 | 51 |
| Binary | 1110110 | 10001001 | 1001001 | 1110 | 0 | 101111 | 101110 | 1001110 | 11110 | 101001 |
Color Harmonies of #768949
Complementary color
Monochromatic Colors of #768949
Black with #768949
Text Example
Text Example
White with #768949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768949; }
p { color: rgb(118,137,73); }
H1.HeaderClassName
{
color: #768949;
}
.AnyTagClassName
{
color: #768949;
}
</style>
background-color css
<style>
a { background-color: #768949; }
a { background-color: rgb(118,137,73); }
div.DivClassName
{
background-color: #768949;
}
.BgClassName
{
background-color: #768949;
}
</style>
border-color css
<style>
span { border-color: #768949; }
span { border-color: rgb(118,137,73); }
td.TdClassName
{
border-color: #768949;
}
.TagClassName
{
border-color: #768949;
}
</style>