Shades of Wasabi #808738
Tints of Wasabi #808738
RGB
CMYK
RGB Variations
Color information
#808738 (or 0x808738) is known color: Wasabi. HEX triplet: 80, 87 and 38. RGB value is (128,135,56). Sum of RGB (Red+Green+Blue) = 128+135+56=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 56 (22.27% from 255 or 17.55% from 319); Max value from RGB is 135 - color contains mainly: green. Hex color #808738 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808738 is #7F78C7. Grayscale: #7C7C7C. Windows color (decimal): -8353992 or 3704704. OLE color: 3704704.
HSL color Cylindrical-coordinate representation of color #808738: hue angle of 65.32º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #808738 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 135 | 56 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.47 |
| HSL | 65.32º | 0.41% | 0.37% | - |
| HSV(B) | 65.32º | 0.59% | 0.53% | - |
| XYZ | 18.28 | 22.2 | 7.06 | - |
| YUV | 123.9 | 89.68 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 135 | 56 | 0.05 | 0 | 0.59 | 0.47 | 65.32 | 0.41 | 0.37 |
| Hex | 80 | 87 | 38 | 5 | 0 | 3B | 2F | 41 | 29 | 25 |
| Octal | 200 | 207 | 70 | 5 | 0 | 73 | 57 | 101 | 51 | 45 |
| Binary | 10000000 | 10000111 | 111000 | 101 | 0 | 111011 | 101111 | 1000001 | 101001 | 100101 |
Color Harmonies of #808738
Complementary color
Monochromatic Colors of #808738
Black with #808738
Text Example
Text Example
White with #808738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808738; }
p { color: rgb(128,135,56); }
H1.HeaderClassName
{
color: #808738;
}
.AnyTagClassName
{
color: #808738;
}
</style>
background-color css
<style>
a { background-color: #808738; }
a { background-color: rgb(128,135,56); }
div.DivClassName
{
background-color: #808738;
}
.BgClassName
{
background-color: #808738;
}
</style>
border-color css
<style>
span { border-color: #808738; }
span { border-color: rgb(128,135,56); }
td.TdClassName
{
border-color: #808738;
}
.TagClassName
{
border-color: #808738;
}
</style>