Shades of Wasabi #93A045
Tints of Wasabi #93A045
RGB
CMYK
RGB Variations
Color information
#93A045 (or 0x93A045) is known color: Wasabi. HEX triplet: 93, A0 and 45. RGB value is (147,160,69). Sum of RGB (Red+Green+Blue) = 147+160+69=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 160 (62.89% from 255 or 42.55% from 376); Blue value is 69 (27.34% from 255 or 18.35% from 376); Max value from RGB is 160 - color contains mainly: green. Hex color #93A045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A045 is #6C5FBA. Grayscale: #929292. Windows color (decimal): -7102395 or 4563091. OLE color: 4563091.
HSL color Cylindrical-coordinate representation of color #93A045: hue angle of 68.57º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #93A045 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 147 | 160 | 69 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.37 |
| HSL | 68.57º | 0.4% | 0.45% | - |
| HSV(B) | 68.57º | 0.57% | 0.63% | - |
| XYZ | 25.68 | 31.77 | 10.41 | - |
| YUV | 145.74 | 84.69 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 160 | 69 | 0.08 | 0 | 0.57 | 0.37 | 68.57 | 0.4 | 0.45 |
| Hex | 93 | A0 | 45 | 8 | 0 | 39 | 25 | 45 | 28 | 2D |
| Octal | 223 | 240 | 105 | 10 | 0 | 71 | 45 | 105 | 50 | 55 |
| Binary | 10010011 | 10100000 | 1000101 | 1000 | 0 | 111001 | 100101 | 1000101 | 101000 | 101101 |
Color Harmonies of #93A045
Complementary color
Monochromatic Colors of #93A045
Black with #93A045
Text Example
Text Example
White with #93A045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A045; }
p { color: rgb(147,160,69); }
H1.HeaderClassName
{
color: #93A045;
}
.AnyTagClassName
{
color: #93A045;
}
</style>
background-color css
<style>
a { background-color: #93A045; }
a { background-color: rgb(147,160,69); }
div.DivClassName
{
background-color: #93A045;
}
.BgClassName
{
background-color: #93A045;
}
</style>
border-color css
<style>
span { border-color: #93A045; }
span { border-color: rgb(147,160,69); }
td.TdClassName
{
border-color: #93A045;
}
.TagClassName
{
border-color: #93A045;
}
</style>