Shades of Wasabi #758D41
Tints of Wasabi #758D41
RGB
CMYK
RGB Variations
Color information
#758D41 (or 0x758D41) is known color: Wasabi. HEX triplet: 75, 8D and 41. RGB value is (117,141,65). Sum of RGB (Red+Green+Blue) = 117+141+65=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 141 (55.47% from 255 or 43.65% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 141 - color contains mainly: green. Hex color #758D41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758D41 is #8A72BE. Grayscale: #7D7D7D. Windows color (decimal): -9073343 or 4296053. OLE color: 4296053.
HSL color Cylindrical-coordinate representation of color #758D41: hue angle of 78.95º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #758D41 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 141 | 65 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.45 |
| HSL | 78.95º | 0.37% | 0.4% | - |
| HSV(B) | 78.95º | 0.54% | 0.55% | - |
| XYZ | 17.82 | 23.21 | 8.54 | - |
| YUV | 125.16 | 94.05 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 141 | 65 | 0.17 | 0 | 0.54 | 0.45 | 78.95 | 0.37 | 0.4 |
| Hex | 75 | 8D | 41 | 11 | 0 | 36 | 2D | 4F | 25 | 28 |
| Octal | 165 | 215 | 101 | 21 | 0 | 66 | 55 | 117 | 45 | 50 |
| Binary | 1110101 | 10001101 | 1000001 | 10001 | 0 | 110110 | 101101 | 1001111 | 100101 | 101000 |
Color Harmonies of #758D41
Complementary color
Monochromatic Colors of #758D41
Black with #758D41
Text Example
Text Example
White with #758D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758D41; }
p { color: rgb(117,141,65); }
H1.HeaderClassName
{
color: #758D41;
}
.AnyTagClassName
{
color: #758D41;
}
</style>
background-color css
<style>
a { background-color: #758D41; }
a { background-color: rgb(117,141,65); }
div.DivClassName
{
background-color: #758D41;
}
.BgClassName
{
background-color: #758D41;
}
</style>
border-color css
<style>
span { border-color: #758D41; }
span { border-color: rgb(117,141,65); }
td.TdClassName
{
border-color: #758D41;
}
.TagClassName
{
border-color: #758D41;
}
</style>