Shades of Wasabi #80973D
Tints of Wasabi #80973D
RGB
CMYK
RGB Variations
Color information
#80973D (or 0x80973D) is known color: Wasabi. HEX triplet: 80, 97 and 3D. RGB value is (128,151,61). Sum of RGB (Red+Green+Blue) = 128+151+61=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 151 (59.38% from 255 or 44.41% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 151 - color contains mainly: green. Hex color #80973D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80973D is #7F68C2. Grayscale: #868686. Windows color (decimal): -8349891 or 4036480. OLE color: 4036480.
HSL color Cylindrical-coordinate representation of color #80973D: hue angle of 75.33º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80973D is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 128 | 151 | 61 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.41 |
| HSL | 75.33º | 0.42% | 0.42% | - |
| HSV(B) | 75.33º | 0.6% | 0.59% | - |
| XYZ | 20.81 | 27.06 | 8.54 | - |
| YUV | 133.86 | 86.88 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 151 | 61 | 0.15 | 0 | 0.60 | 0.41 | 75.33 | 0.42 | 0.42 |
| Hex | 80 | 97 | 3D | F | 0 | 3C | 29 | 4B | 2A | 2A |
| Octal | 200 | 227 | 75 | 17 | 0 | 74 | 51 | 113 | 52 | 52 |
| Binary | 10000000 | 10010111 | 111101 | 1111 | 0 | 111100 | 101001 | 1001011 | 101010 | 101010 |
Color Harmonies of #80973D
Complementary color
Monochromatic Colors of #80973D
Black with #80973D
Text Example
Text Example
White with #80973D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80973D; }
p { color: rgb(128,151,61); }
H1.HeaderClassName
{
color: #80973D;
}
.AnyTagClassName
{
color: #80973D;
}
</style>
background-color css
<style>
a { background-color: #80973D; }
a { background-color: rgb(128,151,61); }
div.DivClassName
{
background-color: #80973D;
}
.BgClassName
{
background-color: #80973D;
}
</style>
border-color css
<style>
span { border-color: #80973D; }
span { border-color: rgb(128,151,61); }
td.TdClassName
{
border-color: #80973D;
}
.TagClassName
{
border-color: #80973D;
}
</style>