Shades of Wasabi #758E3A
Tints of Wasabi #758E3A
RGB
CMYK
RGB Variations
Color information
#758E3A (or 0x758E3A) is known color: Wasabi. HEX triplet: 75, 8E and 3A. RGB value is (117,142,58). Sum of RGB (Red+Green+Blue) = 117+142+58=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 142 (55.86% from 255 or 44.79% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 142 - color contains mainly: green. Hex color #758E3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758E3A is #8A71C5. Grayscale: #7D7D7D. Windows color (decimal): -9073094 or 3837557. OLE color: 3837557.
HSL color Cylindrical-coordinate representation of color #758E3A: hue angle of 77.86º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #758E3A is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 142 | 58 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.44 |
| HSL | 77.86º | 0.42% | 0.39% | - |
| HSV(B) | 77.86º | 0.59% | 0.56% | - |
| XYZ | 17.77 | 23.43 | 7.59 | - |
| YUV | 124.95 | 90.22 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 142 | 58 | 0.18 | 0 | 0.59 | 0.44 | 77.86 | 0.42 | 0.39 |
| Hex | 75 | 8E | 3A | 12 | 0 | 3B | 2C | 4E | 2A | 27 |
| Octal | 165 | 216 | 72 | 22 | 0 | 73 | 54 | 116 | 52 | 47 |
| Binary | 1110101 | 10001110 | 111010 | 10010 | 0 | 111011 | 101100 | 1001110 | 101010 | 100111 |
Color Harmonies of #758E3A
Complementary color
Monochromatic Colors of #758E3A
Black with #758E3A
Text Example
Text Example
White with #758E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758E3A; }
p { color: rgb(117,142,58); }
H1.HeaderClassName
{
color: #758E3A;
}
.AnyTagClassName
{
color: #758E3A;
}
</style>
background-color css
<style>
a { background-color: #758E3A; }
a { background-color: rgb(117,142,58); }
div.DivClassName
{
background-color: #758E3A;
}
.BgClassName
{
background-color: #758E3A;
}
</style>
border-color css
<style>
span { border-color: #758E3A; }
span { border-color: rgb(117,142,58); }
td.TdClassName
{
border-color: #758E3A;
}
.TagClassName
{
border-color: #758E3A;
}
</style>