Shades of Wasabi #809030
Tints of Wasabi #809030
RGB
CMYK
RGB Variations
Color information
#809030 (or 0x809030) is known color: Wasabi. HEX triplet: 80, 90 and 30. RGB value is (128,144,48). Sum of RGB (Red+Green+Blue) = 128+144+48=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 144 (56.64% from 255 or 45% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 144 - color contains mainly: green. Hex color #809030 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809030 is #7F6FCF. Grayscale: #808080. Windows color (decimal): -8351696 or 3182720. OLE color: 3182720.
HSL color Cylindrical-coordinate representation of color #809030: hue angle of 70º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #809030 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 144 | 48 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.44 |
| HSL | 70º | 0.5% | 0.38% | - |
| HSV(B) | 70º | 0.67% | 0.56% | - |
| XYZ | 19.41 | 24.75 | 6.55 | - |
| YUV | 128.27 | 82.7 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 144 | 48 | 0.11 | 0 | 0.67 | 0.44 | 70 | 0.5 | 0.38 |
| Hex | 80 | 90 | 30 | B | 0 | 43 | 2C | 46 | 32 | 26 |
| Octal | 200 | 220 | 60 | 13 | 0 | 103 | 54 | 106 | 62 | 46 |
| Binary | 10000000 | 10010000 | 110000 | 1011 | 0 | 1000011 | 101100 | 1000110 | 110010 | 100110 |
Color Harmonies of #809030
Complementary color
Monochromatic Colors of #809030
Black with #809030
Text Example
Text Example
White with #809030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809030; }
p { color: rgb(128,144,48); }
H1.HeaderClassName
{
color: #809030;
}
.AnyTagClassName
{
color: #809030;
}
</style>
background-color css
<style>
a { background-color: #809030; }
a { background-color: rgb(128,144,48); }
div.DivClassName
{
background-color: #809030;
}
.BgClassName
{
background-color: #809030;
}
</style>
border-color css
<style>
span { border-color: #809030; }
span { border-color: rgb(128,144,48); }
td.TdClassName
{
border-color: #809030;
}
.TagClassName
{
border-color: #809030;
}
</style>