Shades of Wasabi #758D45
Tints of Wasabi #758D45
RGB
CMYK
RGB Variations
Color information
#758D45 (or 0x758D45) is known color: Wasabi. HEX triplet: 75, 8D and 45. RGB value is (117,141,69). Sum of RGB (Red+Green+Blue) = 117+141+69=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 141 (55.47% from 255 or 43.12% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 141 - color contains mainly: green. Hex color #758D45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758D45 is #8A72BA. Grayscale: #7D7D7D. Windows color (decimal): -9073339 or 4558197. OLE color: 4558197.
HSL color Cylindrical-coordinate representation of color #758D45: hue angle of 80º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #758D45 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 141 | 69 | - |
| CMYK | 0.17 | 0 | 0.51 | 0.45 |
| HSL | 80º | 0.34% | 0.41% | - |
| HSV(B) | 80º | 0.51% | 0.55% | - |
| XYZ | 17.94 | 23.26 | 9.17 | - |
| YUV | 125.62 | 96.05 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 141 | 69 | 0.17 | 0 | 0.51 | 0.45 | 80 | 0.34 | 0.41 |
| Hex | 75 | 8D | 45 | 11 | 0 | 33 | 2D | 50 | 22 | 29 |
| Octal | 165 | 215 | 105 | 21 | 0 | 63 | 55 | 120 | 42 | 51 |
| Binary | 1110101 | 10001101 | 1000101 | 10001 | 0 | 110011 | 101101 | 1010000 | 100010 | 101001 |
Color Harmonies of #758D45
Complementary color
Monochromatic Colors of #758D45
Black with #758D45
Text Example
Text Example
White with #758D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758D45; }
p { color: rgb(117,141,69); }
H1.HeaderClassName
{
color: #758D45;
}
.AnyTagClassName
{
color: #758D45;
}
</style>
background-color css
<style>
a { background-color: #758D45; }
a { background-color: rgb(117,141,69); }
div.DivClassName
{
background-color: #758D45;
}
.BgClassName
{
background-color: #758D45;
}
</style>
border-color css
<style>
span { border-color: #758D45; }
span { border-color: rgb(117,141,69); }
td.TdClassName
{
border-color: #758D45;
}
.TagClassName
{
border-color: #758D45;
}
</style>