Shades of Wasabi #80973E
Tints of Wasabi #80973E
RGB
CMYK
RGB Variations
Color information
#80973E (or 0x80973E) is known color: Wasabi. HEX triplet: 80, 97 and 3E. RGB value is (128,151,62). Sum of RGB (Red+Green+Blue) = 128+151+62=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 151 (59.38% from 255 or 44.28% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 151 - color contains mainly: green. Hex color #80973E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80973E is #7F68C1. Grayscale: #868686. Windows color (decimal): -8349890 or 4102016. OLE color: 4102016.
HSL color Cylindrical-coordinate representation of color #80973E: hue angle of 75.51º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80973E is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 128 | 151 | 62 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.41 |
| HSL | 75.51º | 0.42% | 0.42% | - |
| HSV(B) | 75.51º | 0.59% | 0.59% | - |
| XYZ | 20.84 | 27.07 | 8.68 | - |
| YUV | 133.98 | 87.38 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 151 | 62 | 0.15 | 0 | 0.59 | 0.41 | 75.51 | 0.42 | 0.42 |
| Hex | 80 | 97 | 3E | F | 0 | 3B | 29 | 4C | 2A | 2A |
| Octal | 200 | 227 | 76 | 17 | 0 | 73 | 51 | 114 | 52 | 52 |
| Binary | 10000000 | 10010111 | 111110 | 1111 | 0 | 111011 | 101001 | 1001100 | 101010 | 101010 |
Color Harmonies of #80973E
Complementary color
Monochromatic Colors of #80973E
Black with #80973E
Text Example
Text Example
White with #80973E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80973E; }
p { color: rgb(128,151,62); }
H1.HeaderClassName
{
color: #80973E;
}
.AnyTagClassName
{
color: #80973E;
}
</style>
background-color css
<style>
a { background-color: #80973E; }
a { background-color: rgb(128,151,62); }
div.DivClassName
{
background-color: #80973E;
}
.BgClassName
{
background-color: #80973E;
}
</style>
border-color css
<style>
span { border-color: #80973E; }
span { border-color: rgb(128,151,62); }
td.TdClassName
{
border-color: #80973E;
}
.TagClassName
{
border-color: #80973E;
}
</style>