Shades of Wasabi #808B36
Tints of Wasabi #808B36
RGB
CMYK
RGB Variations
Color information
#808B36 (or 0x808B36) is known color: Wasabi. HEX triplet: 80, 8B and 36. RGB value is (128,139,54). Sum of RGB (Red+Green+Blue) = 128+139+54=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 139 (54.69% from 255 or 43.30% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 139 - color contains mainly: green. Hex color #808B36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808B36 is #7F74C9. Grayscale: #7E7E7E. Windows color (decimal): -8352970 or 3574656. OLE color: 3574656.
HSL color Cylindrical-coordinate representation of color #808B36: hue angle of 67.76º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #808B36 is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 139 | 54 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.45 |
| HSL | 67.76º | 0.44% | 0.38% | - |
| HSV(B) | 67.76º | 0.61% | 0.55% | - |
| XYZ | 18.8 | 23.32 | 7 | - |
| YUV | 126.02 | 87.36 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 139 | 54 | 0.08 | 0 | 0.61 | 0.45 | 67.76 | 0.44 | 0.38 |
| Hex | 80 | 8B | 36 | 8 | 0 | 3D | 2D | 44 | 2C | 26 |
| Octal | 200 | 213 | 66 | 10 | 0 | 75 | 55 | 104 | 54 | 46 |
| Binary | 10000000 | 10001011 | 110110 | 1000 | 0 | 111101 | 101101 | 1000100 | 101100 | 100110 |
Color Harmonies of #808B36
Complementary color
Monochromatic Colors of #808B36
Black with #808B36
Text Example
Text Example
White with #808B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808B36; }
p { color: rgb(128,139,54); }
H1.HeaderClassName
{
color: #808B36;
}
.AnyTagClassName
{
color: #808B36;
}
</style>
background-color css
<style>
a { background-color: #808B36; }
a { background-color: rgb(128,139,54); }
div.DivClassName
{
background-color: #808B36;
}
.BgClassName
{
background-color: #808B36;
}
</style>
border-color css
<style>
span { border-color: #808B36; }
span { border-color: rgb(128,139,54); }
td.TdClassName
{
border-color: #808B36;
}
.TagClassName
{
border-color: #808B36;
}
</style>