Shades of Wasabi #758A31
Tints of Wasabi #758A31
RGB
CMYK
RGB Variations
Color information
#758A31 (or 0x758A31) is known color: Wasabi. HEX triplet: 75, 8A and 31. RGB value is (117,138,49). Sum of RGB (Red+Green+Blue) = 117+138+49=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 138 (54.30% from 255 or 45.39% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 138 - color contains mainly: green. Hex color #758A31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758A31 is #8A75CE. Grayscale: #797979. Windows color (decimal): -9074127 or 3246709. OLE color: 3246709.
HSL color Cylindrical-coordinate representation of color #758A31: hue angle of 74.16º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #758A31 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 138 | 49 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.46 |
| HSL | 74.16º | 0.48% | 0.37% | - |
| HSV(B) | 74.16º | 0.64% | 0.54% | - |
| XYZ | 16.98 | 22.18 | 6.29 | - |
| YUV | 121.58 | 87.04 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 138 | 49 | 0.15 | 0 | 0.64 | 0.46 | 74.16 | 0.48 | 0.37 |
| Hex | 75 | 8A | 31 | F | 0 | 40 | 2E | 4A | 30 | 25 |
| Octal | 165 | 212 | 61 | 17 | 0 | 100 | 56 | 112 | 60 | 45 |
| Binary | 1110101 | 10001010 | 110001 | 1111 | 0 | 1000000 | 101110 | 1001010 | 110000 | 100101 |
Color Harmonies of #758A31
Complementary color
Monochromatic Colors of #758A31
Black with #758A31
Text Example
Text Example
White with #758A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758A31; }
p { color: rgb(117,138,49); }
H1.HeaderClassName
{
color: #758A31;
}
.AnyTagClassName
{
color: #758A31;
}
</style>
background-color css
<style>
a { background-color: #758A31; }
a { background-color: rgb(117,138,49); }
div.DivClassName
{
background-color: #758A31;
}
.BgClassName
{
background-color: #758A31;
}
</style>
border-color css
<style>
span { border-color: #758A31; }
span { border-color: rgb(117,138,49); }
td.TdClassName
{
border-color: #758A31;
}
.TagClassName
{
border-color: #758A31;
}
</style>