Shades of Wasabi #758F40
Tints of Wasabi #758F40
RGB
CMYK
RGB Variations
Color information
#758F40 (or 0x758F40) is known color: Wasabi. HEX triplet: 75, 8F and 40. RGB value is (117,143,64). Sum of RGB (Red+Green+Blue) = 117+143+64=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 143 (56.25% from 255 or 44.14% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 143 - color contains mainly: green. Hex color #758F40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758F40 is #8A70BF. Grayscale: #7E7E7E. Windows color (decimal): -9072832 or 4231029. OLE color: 4231029.
HSL color Cylindrical-coordinate representation of color #758F40: hue angle of 79.75º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #758F40 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 143 | 64 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.44 |
| HSL | 79.75º | 0.38% | 0.41% | - |
| HSV(B) | 79.75º | 0.55% | 0.56% | - |
| XYZ | 18.08 | 23.8 | 8.49 | - |
| YUV | 126.22 | 92.89 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 143 | 64 | 0.18 | 0 | 0.55 | 0.44 | 79.75 | 0.38 | 0.41 |
| Hex | 75 | 8F | 40 | 12 | 0 | 37 | 2C | 50 | 26 | 29 |
| Octal | 165 | 217 | 100 | 22 | 0 | 67 | 54 | 120 | 46 | 51 |
| Binary | 1110101 | 10001111 | 1000000 | 10010 | 0 | 110111 | 101100 | 1010000 | 100110 | 101001 |
Color Harmonies of #758F40
Complementary color
Monochromatic Colors of #758F40
Black with #758F40
Text Example
Text Example
White with #758F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758F40; }
p { color: rgb(117,143,64); }
H1.HeaderClassName
{
color: #758F40;
}
.AnyTagClassName
{
color: #758F40;
}
</style>
background-color css
<style>
a { background-color: #758F40; }
a { background-color: rgb(117,143,64); }
div.DivClassName
{
background-color: #758F40;
}
.BgClassName
{
background-color: #758F40;
}
</style>
border-color css
<style>
span { border-color: #758F40; }
span { border-color: rgb(117,143,64); }
td.TdClassName
{
border-color: #758F40;
}
.TagClassName
{
border-color: #758F40;
}
</style>