Shades of Wasabi #758B46
Tints of Wasabi #758B46
RGB
CMYK
RGB Variations
Color information
#758B46 (or 0x758B46) is known color: Wasabi. HEX triplet: 75, 8B and 46. RGB value is (117,139,70). Sum of RGB (Red+Green+Blue) = 117+139+70=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 139 (54.69% from 255 or 42.64% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 139 - color contains mainly: green. Hex color #758B46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758B46 is #8A74B9. Grayscale: #7C7C7C. Windows color (decimal): -9073850 or 4623221. OLE color: 4623221.
HSL color Cylindrical-coordinate representation of color #758B46: hue angle of 79.13º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #758B46 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 139 | 70 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.45 |
| HSL | 79.13º | 0.33% | 0.41% | - |
| HSV(B) | 79.13º | 0.5% | 0.55% | - |
| XYZ | 17.67 | 22.69 | 9.24 | - |
| YUV | 124.56 | 97.21 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 70 | 0.16 | 0 | 0.50 | 0.45 | 79.13 | 0.33 | 0.41 |
| Hex | 75 | 8B | 46 | 10 | 0 | 32 | 2D | 4F | 21 | 29 |
| Octal | 165 | 213 | 106 | 20 | 0 | 62 | 55 | 117 | 41 | 51 |
| Binary | 1110101 | 10001011 | 1000110 | 10000 | 0 | 110010 | 101101 | 1001111 | 100001 | 101001 |
Color Harmonies of #758B46
Complementary color
Monochromatic Colors of #758B46
Black with #758B46
Text Example
Text Example
White with #758B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758B46; }
p { color: rgb(117,139,70); }
H1.HeaderClassName
{
color: #758B46;
}
.AnyTagClassName
{
color: #758B46;
}
</style>
background-color css
<style>
a { background-color: #758B46; }
a { background-color: rgb(117,139,70); }
div.DivClassName
{
background-color: #758B46;
}
.BgClassName
{
background-color: #758B46;
}
</style>
border-color css
<style>
span { border-color: #758B46; }
span { border-color: rgb(117,139,70); }
td.TdClassName
{
border-color: #758B46;
}
.TagClassName
{
border-color: #758B46;
}
</style>