Shades of Wasabi #768E42
Tints of Wasabi #768E42
RGB
CMYK
RGB Variations
Color information
#768E42 (or 0x768E42) is known color: Wasabi. HEX triplet: 76, 8E and 42. RGB value is (118,142,66). Sum of RGB (Red+Green+Blue) = 118+142+66=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 142 (55.86% from 255 or 43.56% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 142 - color contains mainly: green. Hex color #768E42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768E42 is #8971BD. Grayscale: #7E7E7E. Windows color (decimal): -9007550 or 4361846. OLE color: 4361846.
HSL color Cylindrical-coordinate representation of color #768E42: hue angle of 78.95º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #768E42 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 142 | 66 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.44 |
| HSL | 78.95º | 0.37% | 0.41% | - |
| HSV(B) | 78.95º | 0.54% | 0.56% | - |
| XYZ | 18.13 | 23.59 | 8.75 | - |
| YUV | 126.16 | 94.05 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 142 | 66 | 0.17 | 0 | 0.54 | 0.44 | 78.95 | 0.37 | 0.41 |
| Hex | 76 | 8E | 42 | 11 | 0 | 36 | 2C | 4F | 25 | 29 |
| Octal | 166 | 216 | 102 | 21 | 0 | 66 | 54 | 117 | 45 | 51 |
| Binary | 1110110 | 10001110 | 1000010 | 10001 | 0 | 110110 | 101100 | 1001111 | 100101 | 101001 |
Color Harmonies of #768E42
Complementary color
Monochromatic Colors of #768E42
Black with #768E42
Text Example
Text Example
White with #768E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768E42; }
p { color: rgb(118,142,66); }
H1.HeaderClassName
{
color: #768E42;
}
.AnyTagClassName
{
color: #768E42;
}
</style>
background-color css
<style>
a { background-color: #768E42; }
a { background-color: rgb(118,142,66); }
div.DivClassName
{
background-color: #768E42;
}
.BgClassName
{
background-color: #768E42;
}
</style>
border-color css
<style>
span { border-color: #768E42; }
span { border-color: rgb(118,142,66); }
td.TdClassName
{
border-color: #768E42;
}
.TagClassName
{
border-color: #768E42;
}
</style>