Shades of Wasabi #768B37
Tints of Wasabi #768B37
RGB
CMYK
RGB Variations
Color information
#768B37 (or 0x768B37) is known color: Wasabi. HEX triplet: 76, 8B and 37. RGB value is (118,139,55). Sum of RGB (Red+Green+Blue) = 118+139+55=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 139 (54.69% from 255 or 44.55% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 139 - color contains mainly: green. Hex color #768B37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768B37 is #8974C8. Grayscale: #7B7B7B. Windows color (decimal): -9008329 or 3640182. OLE color: 3640182.
HSL color Cylindrical-coordinate representation of color #768B37: hue angle of 75º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #768B37 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 139 | 55 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.45 |
| HSL | 75º | 0.43% | 0.38% | - |
| HSV(B) | 75º | 0.6% | 0.55% | - |
| XYZ | 17.39 | 22.59 | 7.06 | - |
| YUV | 123.15 | 89.54 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 139 | 55 | 0.15 | 0 | 0.60 | 0.45 | 75 | 0.43 | 0.38 |
| Hex | 76 | 8B | 37 | F | 0 | 3C | 2D | 4B | 2B | 26 |
| Octal | 166 | 213 | 67 | 17 | 0 | 74 | 55 | 113 | 53 | 46 |
| Binary | 1110110 | 10001011 | 110111 | 1111 | 0 | 111100 | 101101 | 1001011 | 101011 | 100110 |
Color Harmonies of #768B37
Complementary color
Monochromatic Colors of #768B37
Black with #768B37
Text Example
Text Example
White with #768B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768B37; }
p { color: rgb(118,139,55); }
H1.HeaderClassName
{
color: #768B37;
}
.AnyTagClassName
{
color: #768B37;
}
</style>
background-color css
<style>
a { background-color: #768B37; }
a { background-color: rgb(118,139,55); }
div.DivClassName
{
background-color: #768B37;
}
.BgClassName
{
background-color: #768B37;
}
</style>
border-color css
<style>
span { border-color: #768B37; }
span { border-color: rgb(118,139,55); }
td.TdClassName
{
border-color: #768B37;
}
.TagClassName
{
border-color: #768B37;
}
</style>