Shades of Wasabi #758839
Tints of Wasabi #758839
RGB
CMYK
RGB Variations
Color information
#758839 (or 0x758839) is known color: Wasabi. HEX triplet: 75, 88 and 39. RGB value is (117,136,57). Sum of RGB (Red+Green+Blue) = 117+136+57=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 57 (22.66% from 255 or 18.39% from 310); Max value from RGB is 136 - color contains mainly: green. Hex color #758839 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758839 is #8A77C6. Grayscale: #797979. Windows color (decimal): -9074631 or 3770485. OLE color: 3770485.
HSL color Cylindrical-coordinate representation of color #758839: hue angle of 74.43º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #758839 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 136 | 57 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.47 |
| HSL | 74.43º | 0.41% | 0.38% | - |
| HSV(B) | 74.43º | 0.58% | 0.53% | - |
| XYZ | 16.88 | 21.69 | 7.17 | - |
| YUV | 121.31 | 91.71 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 136 | 57 | 0.14 | 0 | 0.58 | 0.47 | 74.43 | 0.41 | 0.38 |
| Hex | 75 | 88 | 39 | E | 0 | 3A | 2F | 4A | 29 | 26 |
| Octal | 165 | 210 | 71 | 16 | 0 | 72 | 57 | 112 | 51 | 46 |
| Binary | 1110101 | 10001000 | 111001 | 1110 | 0 | 111010 | 101111 | 1001010 | 101001 | 100110 |
Color Harmonies of #758839
Complementary color
Monochromatic Colors of #758839
Black with #758839
Text Example
Text Example
White with #758839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758839; }
p { color: rgb(117,136,57); }
H1.HeaderClassName
{
color: #758839;
}
.AnyTagClassName
{
color: #758839;
}
</style>
background-color css
<style>
a { background-color: #758839; }
a { background-color: rgb(117,136,57); }
div.DivClassName
{
background-color: #758839;
}
.BgClassName
{
background-color: #758839;
}
</style>
border-color css
<style>
span { border-color: #758839; }
span { border-color: rgb(117,136,57); }
td.TdClassName
{
border-color: #758839;
}
.TagClassName
{
border-color: #758839;
}
</style>