Shades of Wasabi #89A145
Tints of Wasabi #89A145
RGB
CMYK
RGB Variations
Color information
#89A145 (or 0x89A145) is known color: Wasabi. HEX triplet: 89, A1 and 45. RGB value is (137,161,69). Sum of RGB (Red+Green+Blue) = 137+161+69=367 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.33% from 367); Green value is 161 (63.28% from 255 or 43.87% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 161 - color contains mainly: green. Hex color #89A145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89A145 is #765EBA. Grayscale: #8F8F8F. Windows color (decimal): -7757499 or 4563337. OLE color: 4563337.
HSL color Cylindrical-coordinate representation of color #89A145: hue angle of 75.65º 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 #89A145 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 161 | 69 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.37 |
| HSL | 75.65º | 0.4% | 0.45% | - |
| HSV(B) | 75.65º | 0.57% | 0.63% | - |
| XYZ | 24.14 | 31.24 | 10.39 | - |
| YUV | 143.34 | 86.05 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 161 | 69 | 0.15 | 0 | 0.57 | 0.37 | 75.65 | 0.4 | 0.45 |
| Hex | 89 | A1 | 45 | F | 0 | 39 | 25 | 4C | 28 | 2D |
| Octal | 211 | 241 | 105 | 17 | 0 | 71 | 45 | 114 | 50 | 55 |
| Binary | 10001001 | 10100001 | 1000101 | 1111 | 0 | 111001 | 100101 | 1001100 | 101000 | 101101 |
Color Harmonies of #89A145
Complementary color
Monochromatic Colors of #89A145
Black with #89A145
Text Example
Text Example
White with #89A145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A145; }
p { color: rgb(137,161,69); }
H1.HeaderClassName
{
color: #89A145;
}
.AnyTagClassName
{
color: #89A145;
}
</style>
background-color css
<style>
a { background-color: #89A145; }
a { background-color: rgb(137,161,69); }
div.DivClassName
{
background-color: #89A145;
}
.BgClassName
{
background-color: #89A145;
}
</style>
border-color css
<style>
span { border-color: #89A145; }
span { border-color: rgb(137,161,69); }
td.TdClassName
{
border-color: #89A145;
}
.TagClassName
{
border-color: #89A145;
}
</style>