Shades of Wasabi #80963A
Tints of Wasabi #80963A
RGB
CMYK
RGB Variations
Color information
#80963A (or 0x80963A) is known color: Wasabi. HEX triplet: 80, 96 and 3A. RGB value is (128,150,58). Sum of RGB (Red+Green+Blue) = 128+150+58=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 150 - color contains mainly: green. Hex color #80963A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80963A is #7F69C5. Grayscale: #858585. Windows color (decimal): -8350150 or 3839616. OLE color: 3839616.
HSL color Cylindrical-coordinate representation of color #80963A: hue angle of 74.35º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80963A is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 128 | 150 | 58 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.41 |
| HSL | 74.35º | 0.44% | 0.41% | - |
| HSV(B) | 74.35º | 0.61% | 0.59% | - |
| XYZ | 20.57 | 26.71 | 8.07 | - |
| YUV | 132.93 | 85.71 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 150 | 58 | 0.15 | 0 | 0.61 | 0.41 | 74.35 | 0.44 | 0.41 |
| Hex | 80 | 96 | 3A | F | 0 | 3D | 29 | 4A | 2C | 29 |
| Octal | 200 | 226 | 72 | 17 | 0 | 75 | 51 | 112 | 54 | 51 |
| Binary | 10000000 | 10010110 | 111010 | 1111 | 0 | 111101 | 101001 | 1001010 | 101100 | 101001 |
Color Harmonies of #80963A
Complementary color
Monochromatic Colors of #80963A
Black with #80963A
Text Example
Text Example
White with #80963A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80963A; }
p { color: rgb(128,150,58); }
H1.HeaderClassName
{
color: #80963A;
}
.AnyTagClassName
{
color: #80963A;
}
</style>
background-color css
<style>
a { background-color: #80963A; }
a { background-color: rgb(128,150,58); }
div.DivClassName
{
background-color: #80963A;
}
.BgClassName
{
background-color: #80963A;
}
</style>
border-color css
<style>
span { border-color: #80963A; }
span { border-color: rgb(128,150,58); }
td.TdClassName
{
border-color: #80963A;
}
.TagClassName
{
border-color: #80963A;
}
</style>