Shades of Wasabi #758F46
Tints of Wasabi #758F46
RGB
CMYK
RGB Variations
Color information
#758F46 (or 0x758F46) is known color: Wasabi. HEX triplet: 75, 8F and 46. RGB value is (117,143,70). Sum of RGB (Red+Green+Blue) = 117+143+70=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 143 (56.25% from 255 or 43.33% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 143 - color contains mainly: green. Hex color #758F46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758F46 is #8A70B9. Grayscale: #7F7F7F. Windows color (decimal): -9072826 or 4624245. OLE color: 4624245.
HSL color Cylindrical-coordinate representation of color #758F46: hue angle of 81.37º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #758F46 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 143 | 70 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.44 |
| HSL | 81.37º | 0.34% | 0.42% | - |
| HSV(B) | 81.37º | 0.51% | 0.56% | - |
| XYZ | 18.26 | 23.87 | 9.44 | - |
| YUV | 126.9 | 95.89 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 143 | 70 | 0.18 | 0 | 0.51 | 0.44 | 81.37 | 0.34 | 0.42 |
| Hex | 75 | 8F | 46 | 12 | 0 | 33 | 2C | 51 | 22 | 2A |
| Octal | 165 | 217 | 106 | 22 | 0 | 63 | 54 | 121 | 42 | 52 |
| Binary | 1110101 | 10001111 | 1000110 | 10010 | 0 | 110011 | 101100 | 1010001 | 100010 | 101010 |
Color Harmonies of #758F46
Complementary color
Monochromatic Colors of #758F46
Black with #758F46
Text Example
Text Example
White with #758F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758F46; }
p { color: rgb(117,143,70); }
H1.HeaderClassName
{
color: #758F46;
}
.AnyTagClassName
{
color: #758F46;
}
</style>
background-color css
<style>
a { background-color: #758F46; }
a { background-color: rgb(117,143,70); }
div.DivClassName
{
background-color: #758F46;
}
.BgClassName
{
background-color: #758F46;
}
</style>
border-color css
<style>
span { border-color: #758F46; }
span { border-color: rgb(117,143,70); }
td.TdClassName
{
border-color: #758F46;
}
.TagClassName
{
border-color: #758F46;
}
</style>