Shades of Wasabi #80963D
Tints of Wasabi #80963D
RGB
CMYK
RGB Variations
Color information
#80963D (or 0x80963D) is known color: Wasabi. HEX triplet: 80, 96 and 3D. RGB value is (128,150,61). Sum of RGB (Red+Green+Blue) = 128+150+61=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 150 - color contains mainly: green. Hex color #80963D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80963D is #7F69C2. Grayscale: #858585. Windows color (decimal): -8350147 or 4036224. OLE color: 4036224.
HSL color Cylindrical-coordinate representation of color #80963D: hue angle of 74.83º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80963D is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 128 | 150 | 61 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.41 |
| HSL | 74.83º | 0.42% | 0.41% | - |
| HSV(B) | 74.83º | 0.59% | 0.59% | - |
| XYZ | 20.65 | 26.74 | 8.49 | - |
| YUV | 133.28 | 87.21 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 150 | 61 | 0.15 | 0 | 0.59 | 0.41 | 74.83 | 0.42 | 0.41 |
| Hex | 80 | 96 | 3D | F | 0 | 3B | 29 | 4B | 2A | 29 |
| Octal | 200 | 226 | 75 | 17 | 0 | 73 | 51 | 113 | 52 | 51 |
| Binary | 10000000 | 10010110 | 111101 | 1111 | 0 | 111011 | 101001 | 1001011 | 101010 | 101001 |
Color Harmonies of #80963D
Complementary color
Monochromatic Colors of #80963D
Black with #80963D
Text Example
Text Example
White with #80963D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80963D; }
p { color: rgb(128,150,61); }
H1.HeaderClassName
{
color: #80963D;
}
.AnyTagClassName
{
color: #80963D;
}
</style>
background-color css
<style>
a { background-color: #80963D; }
a { background-color: rgb(128,150,61); }
div.DivClassName
{
background-color: #80963D;
}
.BgClassName
{
background-color: #80963D;
}
</style>
border-color css
<style>
span { border-color: #80963D; }
span { border-color: rgb(128,150,61); }
td.TdClassName
{
border-color: #80963D;
}
.TagClassName
{
border-color: #80963D;
}
</style>