Shades of Wasabi #758F47
Tints of Wasabi #758F47
RGB
CMYK
RGB Variations
Color information
#758F47 (or 0x758F47) is known color: Wasabi. HEX triplet: 75, 8F and 47. RGB value is (117,143,71). Sum of RGB (Red+Green+Blue) = 117+143+71=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 143 (56.25% from 255 or 43.20% from 331); Blue value is 71 (28.12% from 255 or 21.45% from 331); Max value from RGB is 143 - color contains mainly: green. Hex color #758F47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758F47 is #8A70B8. Grayscale: #7F7F7F. Windows color (decimal): -9072825 or 4689781. OLE color: 4689781.
HSL color Cylindrical-coordinate representation of color #758F47: hue angle of 81.67º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #758F47 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 143 | 71 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.44 |
| HSL | 81.67º | 0.34% | 0.42% | - |
| HSV(B) | 81.67º | 0.5% | 0.56% | - |
| XYZ | 18.3 | 23.88 | 9.61 | - |
| YUV | 127.02 | 96.39 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 143 | 71 | 0.18 | 0 | 0.50 | 0.44 | 81.67 | 0.34 | 0.42 |
| Hex | 75 | 8F | 47 | 12 | 0 | 32 | 2C | 52 | 22 | 2A |
| Octal | 165 | 217 | 107 | 22 | 0 | 62 | 54 | 122 | 42 | 52 |
| Binary | 1110101 | 10001111 | 1000111 | 10010 | 0 | 110010 | 101100 | 1010010 | 100010 | 101010 |
Color Harmonies of #758F47
Complementary color
Monochromatic Colors of #758F47
Black with #758F47
Text Example
Text Example
White with #758F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758F47; }
p { color: rgb(117,143,71); }
H1.HeaderClassName
{
color: #758F47;
}
.AnyTagClassName
{
color: #758F47;
}
</style>
background-color css
<style>
a { background-color: #758F47; }
a { background-color: rgb(117,143,71); }
div.DivClassName
{
background-color: #758F47;
}
.BgClassName
{
background-color: #758F47;
}
</style>
border-color css
<style>
span { border-color: #758F47; }
span { border-color: rgb(117,143,71); }
td.TdClassName
{
border-color: #758F47;
}
.TagClassName
{
border-color: #758F47;
}
</style>