Shades of Wasabi #768C31
Tints of Wasabi #768C31
RGB
CMYK
RGB Variations
Color information
#768C31 (or 0x768C31) is known color: Wasabi. HEX triplet: 76, 8C and 31. RGB value is (118,140,49). Sum of RGB (Red+Green+Blue) = 118+140+49=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 140 (55.08% from 255 or 45.60% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 140 - color contains mainly: green. Hex color #768C31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768C31 is #8973CE. Grayscale: #7B7B7B. Windows color (decimal): -9008079 or 3247222. OLE color: 3247222.
HSL color Cylindrical-coordinate representation of color #768C31: hue angle of 74.51º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #768C31 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 140 | 49 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.45 |
| HSL | 74.51º | 0.48% | 0.37% | - |
| HSV(B) | 74.51º | 0.65% | 0.55% | - |
| XYZ | 17.4 | 22.83 | 6.39 | - |
| YUV | 123.05 | 86.21 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 140 | 49 | 0.16 | 0 | 0.65 | 0.45 | 74.51 | 0.48 | 0.37 |
| Hex | 76 | 8C | 31 | 10 | 0 | 41 | 2D | 4B | 30 | 25 |
| Octal | 166 | 214 | 61 | 20 | 0 | 101 | 55 | 113 | 60 | 45 |
| Binary | 1110110 | 10001100 | 110001 | 10000 | 0 | 1000001 | 101101 | 1001011 | 110000 | 100101 |
Color Harmonies of #768C31
Complementary color
Monochromatic Colors of #768C31
Black with #768C31
Text Example
Text Example
White with #768C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768C31; }
p { color: rgb(118,140,49); }
H1.HeaderClassName
{
color: #768C31;
}
.AnyTagClassName
{
color: #768C31;
}
</style>
background-color css
<style>
a { background-color: #768C31; }
a { background-color: rgb(118,140,49); }
div.DivClassName
{
background-color: #768C31;
}
.BgClassName
{
background-color: #768C31;
}
</style>
border-color css
<style>
span { border-color: #768C31; }
span { border-color: rgb(118,140,49); }
td.TdClassName
{
border-color: #768C31;
}
.TagClassName
{
border-color: #768C31;
}
</style>