Shades of Wasabi #899F45
Tints of Wasabi #899F45
RGB
CMYK
RGB Variations
Color information
#899F45 (or 0x899F45) is known color: Wasabi. HEX triplet: 89, 9F and 45. RGB value is (137,159,69). Sum of RGB (Red+Green+Blue) = 137+159+69=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 159 - color contains mainly: green. Hex color #899F45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899F45 is #7660BA. Grayscale: #8E8E8E. Windows color (decimal): -7758011 or 4562825. OLE color: 4562825.
HSL color Cylindrical-coordinate representation of color #899F45: hue angle of 74.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #899F45 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 159 | 69 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.38 |
| HSL | 74.67º | 0.39% | 0.45% | - |
| HSV(B) | 74.67º | 0.57% | 0.62% | - |
| XYZ | 23.79 | 30.54 | 10.27 | - |
| YUV | 142.16 | 86.71 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 159 | 69 | 0.14 | 0 | 0.57 | 0.38 | 74.67 | 0.39 | 0.45 |
| Hex | 89 | 9F | 45 | E | 0 | 39 | 26 | 4B | 27 | 2D |
| Octal | 211 | 237 | 105 | 16 | 0 | 71 | 46 | 113 | 47 | 55 |
| Binary | 10001001 | 10011111 | 1000101 | 1110 | 0 | 111001 | 100110 | 1001011 | 100111 | 101101 |
Color Harmonies of #899F45
Complementary color
Monochromatic Colors of #899F45
Black with #899F45
Text Example
Text Example
White with #899F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899F45; }
p { color: rgb(137,159,69); }
H1.HeaderClassName
{
color: #899F45;
}
.AnyTagClassName
{
color: #899F45;
}
</style>
background-color css
<style>
a { background-color: #899F45; }
a { background-color: rgb(137,159,69); }
div.DivClassName
{
background-color: #899F45;
}
.BgClassName
{
background-color: #899F45;
}
</style>
border-color css
<style>
span { border-color: #899F45; }
span { border-color: rgb(137,159,69); }
td.TdClassName
{
border-color: #899F45;
}
.TagClassName
{
border-color: #899F45;
}
</style>