Shades of Wasabi #808A45
Tints of Wasabi #808A45
RGB
CMYK
RGB Variations
Color information
#808A45 (or 0x808A45) is known color: Wasabi. HEX triplet: 80, 8A and 45. RGB value is (128,138,69). Sum of RGB (Red+Green+Blue) = 128+138+69=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 138 (54.30% from 255 or 41.19% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 138 - color contains mainly: green. Hex color #808A45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808A45 is #7F75BA. Grayscale: #7F7F7F. Windows color (decimal): -8353211 or 4557440. OLE color: 4557440.
HSL color Cylindrical-coordinate representation of color #808A45: hue angle of 68.7º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #808A45 is Cyan = 0.07, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 138 | 69 | - |
| CMYK | 0.07 | 0 | 0.5 | 0.46 |
| HSL | 68.7º | 0.33% | 0.41% | - |
| HSV(B) | 68.7º | 0.5% | 0.54% | - |
| XYZ | 19.06 | 23.2 | 9.1 | - |
| YUV | 127.14 | 95.19 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 69 | 0.07 | 0 | 0.5 | 0.46 | 68.7 | 0.33 | 0.41 |
| Hex | 80 | 8A | 45 | 7 | 0 | 32 | 2E | 45 | 21 | 29 |
| Octal | 200 | 212 | 105 | 7 | 0 | 62 | 56 | 105 | 41 | 51 |
| Binary | 10000000 | 10001010 | 1000101 | 111 | 0 | 110010 | 101110 | 1000101 | 100001 | 101001 |
Color Harmonies of #808A45
Complementary color
Monochromatic Colors of #808A45
Black with #808A45
Text Example
Text Example
White with #808A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808A45; }
p { color: rgb(128,138,69); }
H1.HeaderClassName
{
color: #808A45;
}
.AnyTagClassName
{
color: #808A45;
}
</style>
background-color css
<style>
a { background-color: #808A45; }
a { background-color: rgb(128,138,69); }
div.DivClassName
{
background-color: #808A45;
}
.BgClassName
{
background-color: #808A45;
}
</style>
border-color css
<style>
span { border-color: #808A45; }
span { border-color: rgb(128,138,69); }
td.TdClassName
{
border-color: #808A45;
}
.TagClassName
{
border-color: #808A45;
}
</style>