Shades of Wasabi #809130
Tints of Wasabi #809130
RGB
CMYK
RGB Variations
Color information
#809130 (or 0x809130) is known color: Wasabi. HEX triplet: 80, 91 and 30. RGB value is (128,145,48). Sum of RGB (Red+Green+Blue) = 128+145+48=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 145 - color contains mainly: green. Hex color #809130 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809130 is #7F6ECF. Grayscale: #818181. Windows color (decimal): -8351440 or 3182976. OLE color: 3182976.
HSL color Cylindrical-coordinate representation of color #809130: hue angle of 70.52º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #809130 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 145 | 48 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.43 |
| HSL | 70.52º | 0.5% | 0.38% | - |
| HSV(B) | 70.52º | 0.67% | 0.57% | - |
| XYZ | 19.56 | 25.05 | 6.6 | - |
| YUV | 128.86 | 82.37 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 145 | 48 | 0.12 | 0 | 0.67 | 0.43 | 70.52 | 0.5 | 0.38 |
| Hex | 80 | 91 | 30 | C | 0 | 43 | 2B | 47 | 32 | 26 |
| Octal | 200 | 221 | 60 | 14 | 0 | 103 | 53 | 107 | 62 | 46 |
| Binary | 10000000 | 10010001 | 110000 | 1100 | 0 | 1000011 | 101011 | 1000111 | 110010 | 100110 |
Color Harmonies of #809130
Complementary color
Monochromatic Colors of #809130
Black with #809130
Text Example
Text Example
White with #809130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809130; }
p { color: rgb(128,145,48); }
H1.HeaderClassName
{
color: #809130;
}
.AnyTagClassName
{
color: #809130;
}
</style>
background-color css
<style>
a { background-color: #809130; }
a { background-color: rgb(128,145,48); }
div.DivClassName
{
background-color: #809130;
}
.BgClassName
{
background-color: #809130;
}
</style>
border-color css
<style>
span { border-color: #809130; }
span { border-color: rgb(128,145,48); }
td.TdClassName
{
border-color: #809130;
}
.TagClassName
{
border-color: #809130;
}
</style>