Shades of Wasabi #898F3C
Tints of Wasabi #898F3C
RGB
CMYK
RGB Variations
Color information
#898F3C (or 0x898F3C) is known color: Wasabi. HEX triplet: 89, 8F and 3C. RGB value is (137,143,60). Sum of RGB (Red+Green+Blue) = 137+143+60=340 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.29% from 340); Green value is 143 (56.25% from 255 or 42.06% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 143 - color contains mainly: green. Hex color #898F3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898F3C is #7670C3. Grayscale: #848484. Windows color (decimal): -7762116 or 3968905. OLE color: 3968905.
HSL color Cylindrical-coordinate representation of color #898F3C: hue angle of 64.34º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #898F3C is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 143 | 60 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.44 |
| HSL | 64.34º | 0.41% | 0.4% | - |
| HSV(B) | 64.34º | 0.58% | 0.56% | - |
| XYZ | 20.95 | 25.29 | 8.05 | - |
| YUV | 131.74 | 87.51 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 143 | 60 | 0.04 | 0 | 0.58 | 0.44 | 64.34 | 0.41 | 0.4 |
| Hex | 89 | 8F | 3C | 4 | 0 | 3A | 2C | 40 | 29 | 28 |
| Octal | 211 | 217 | 74 | 4 | 0 | 72 | 54 | 100 | 51 | 50 |
| Binary | 10001001 | 10001111 | 111100 | 100 | 0 | 111010 | 101100 | 1000000 | 101001 | 101000 |
Color Harmonies of #898F3C
Complementary color
Monochromatic Colors of #898F3C
Black with #898F3C
Text Example
Text Example
White with #898F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898F3C; }
p { color: rgb(137,143,60); }
H1.HeaderClassName
{
color: #898F3C;
}
.AnyTagClassName
{
color: #898F3C;
}
</style>
background-color css
<style>
a { background-color: #898F3C; }
a { background-color: rgb(137,143,60); }
div.DivClassName
{
background-color: #898F3C;
}
.BgClassName
{
background-color: #898F3C;
}
</style>
border-color css
<style>
span { border-color: #898F3C; }
span { border-color: rgb(137,143,60); }
td.TdClassName
{
border-color: #898F3C;
}
.TagClassName
{
border-color: #898F3C;
}
</style>