Shades of Wasabi #758D40
Tints of Wasabi #758D40
RGB
CMYK
RGB Variations
Color information
#758D40 (or 0x758D40) is known color: Wasabi. HEX triplet: 75, 8D and 40. RGB value is (117,141,64). Sum of RGB (Red+Green+Blue) = 117+141+64=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 141 (55.47% from 255 or 43.79% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 141 - color contains mainly: green. Hex color #758D40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758D40 is #8A72BF. Grayscale: #7D7D7D. Windows color (decimal): -9073344 or 4230517. OLE color: 4230517.
HSL color Cylindrical-coordinate representation of color #758D40: hue angle of 78.7º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #758D40 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 141 | 64 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.45 |
| HSL | 78.7º | 0.38% | 0.4% | - |
| HSV(B) | 78.7º | 0.55% | 0.55% | - |
| XYZ | 17.79 | 23.2 | 8.39 | - |
| YUV | 125.05 | 93.55 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 141 | 64 | 0.17 | 0 | 0.55 | 0.45 | 78.7 | 0.38 | 0.4 |
| Hex | 75 | 8D | 40 | 11 | 0 | 37 | 2D | 4F | 26 | 28 |
| Octal | 165 | 215 | 100 | 21 | 0 | 67 | 55 | 117 | 46 | 50 |
| Binary | 1110101 | 10001101 | 1000000 | 10001 | 0 | 110111 | 101101 | 1001111 | 100110 | 101000 |
Color Harmonies of #758D40
Complementary color
Monochromatic Colors of #758D40
Black with #758D40
Text Example
Text Example
White with #758D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758D40; }
p { color: rgb(117,141,64); }
H1.HeaderClassName
{
color: #758D40;
}
.AnyTagClassName
{
color: #758D40;
}
</style>
background-color css
<style>
a { background-color: #758D40; }
a { background-color: rgb(117,141,64); }
div.DivClassName
{
background-color: #758D40;
}
.BgClassName
{
background-color: #758D40;
}
</style>
border-color css
<style>
span { border-color: #758D40; }
span { border-color: rgb(117,141,64); }
td.TdClassName
{
border-color: #758D40;
}
.TagClassName
{
border-color: #758D40;
}
</style>