Shades of Wasabi #768B38
Tints of Wasabi #768B38
RGB
CMYK
RGB Variations
Color information
#768B38 (or 0x768B38) is known color: Wasabi. HEX triplet: 76, 8B and 38. RGB value is (118,139,56). Sum of RGB (Red+Green+Blue) = 118+139+56=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 139 (54.69% from 255 or 44.41% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 139 - color contains mainly: green. Hex color #768B38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768B38 is #8974C7. Grayscale: #7B7B7B. Windows color (decimal): -9008328 or 3705718. OLE color: 3705718.
HSL color Cylindrical-coordinate representation of color #768B38: hue angle of 75.18º 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 #768B38 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 139 | 56 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.45 |
| HSL | 75.18º | 0.43% | 0.38% | - |
| HSV(B) | 75.18º | 0.6% | 0.55% | - |
| XYZ | 17.42 | 22.6 | 7.19 | - |
| YUV | 123.26 | 90.04 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 139 | 56 | 0.15 | 0 | 0.60 | 0.45 | 75.18 | 0.43 | 0.38 |
| Hex | 76 | 8B | 38 | F | 0 | 3C | 2D | 4B | 2B | 26 |
| Octal | 166 | 213 | 70 | 17 | 0 | 74 | 55 | 113 | 53 | 46 |
| Binary | 1110110 | 10001011 | 111000 | 1111 | 0 | 111100 | 101101 | 1001011 | 101011 | 100110 |
Color Harmonies of #768B38
Complementary color
Monochromatic Colors of #768B38
Black with #768B38
Text Example
Text Example
White with #768B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768B38; }
p { color: rgb(118,139,56); }
H1.HeaderClassName
{
color: #768B38;
}
.AnyTagClassName
{
color: #768B38;
}
</style>
background-color css
<style>
a { background-color: #768B38; }
a { background-color: rgb(118,139,56); }
div.DivClassName
{
background-color: #768B38;
}
.BgClassName
{
background-color: #768B38;
}
</style>
border-color css
<style>
span { border-color: #768B38; }
span { border-color: rgb(118,139,56); }
td.TdClassName
{
border-color: #768B38;
}
.TagClassName
{
border-color: #768B38;
}
</style>