Shades of Wasabi #93A145
Tints of Wasabi #93A145
RGB
CMYK
RGB Variations
Color information
#93A145 (or 0x93A145) is known color: Wasabi. HEX triplet: 93, A1 and 45. RGB value is (147,161,69). Sum of RGB (Red+Green+Blue) = 147+161+69=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 161 (63.28% from 255 or 42.71% from 377); Blue value is 69 (27.34% from 255 or 18.30% from 377); Max value from RGB is 161 - color contains mainly: green. Hex color #93A145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A145 is #6C5EBA. Grayscale: #929292. Windows color (decimal): -7102139 or 4563347. OLE color: 4563347.
HSL color Cylindrical-coordinate representation of color #93A145: hue angle of 69.13º 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 #93A145 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 147 | 161 | 69 | - |
| CMYK | 0.09 | 0 | 0.57 | 0.37 |
| HSL | 69.13º | 0.4% | 0.45% | - |
| HSV(B) | 69.13º | 0.57% | 0.63% | - |
| XYZ | 25.85 | 32.12 | 10.47 | - |
| YUV | 146.33 | 84.36 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 161 | 69 | 0.09 | 0 | 0.57 | 0.37 | 69.13 | 0.4 | 0.45 |
| Hex | 93 | A1 | 45 | 9 | 0 | 39 | 25 | 45 | 28 | 2D |
| Octal | 223 | 241 | 105 | 11 | 0 | 71 | 45 | 105 | 50 | 55 |
| Binary | 10010011 | 10100001 | 1000101 | 1001 | 0 | 111001 | 100101 | 1000101 | 101000 | 101101 |
Color Harmonies of #93A145
Complementary color
Monochromatic Colors of #93A145
Black with #93A145
Text Example
Text Example
White with #93A145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A145; }
p { color: rgb(147,161,69); }
H1.HeaderClassName
{
color: #93A145;
}
.AnyTagClassName
{
color: #93A145;
}
</style>
background-color css
<style>
a { background-color: #93A145; }
a { background-color: rgb(147,161,69); }
div.DivClassName
{
background-color: #93A145;
}
.BgClassName
{
background-color: #93A145;
}
</style>
border-color css
<style>
span { border-color: #93A145; }
span { border-color: rgb(147,161,69); }
td.TdClassName
{
border-color: #93A145;
}
.TagClassName
{
border-color: #93A145;
}
</style>