Shades of Wasabi #878B32
Tints of Wasabi #878B32
RGB
CMYK
RGB Variations
Color information
#878B32 (or 0x878B32) is known color: Wasabi. HEX triplet: 87, 8B and 32. RGB value is (135,139,50). Sum of RGB (Red+Green+Blue) = 135+139+50=324 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.67% from 324); Green value is 139 (54.69% from 255 or 42.90% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 139 - color contains mainly: green. Hex color #878B32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878B32 is #7874CD. Grayscale: #808080. Windows color (decimal): -7894222 or 3312519. OLE color: 3312519.
HSL color Cylindrical-coordinate representation of color #878B32: hue angle of 62.7º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #878B32 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 139 | 50 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.45 |
| HSL | 62.7º | 0.47% | 0.37% | - |
| HSV(B) | 62.7º | 0.64% | 0.55% | - |
| XYZ | 19.8 | 23.85 | 6.58 | - |
| YUV | 127.66 | 84.17 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 139 | 50 | 0.03 | 0 | 0.64 | 0.45 | 62.7 | 0.47 | 0.37 |
| Hex | 87 | 8B | 32 | 3 | 0 | 40 | 2D | 3F | 2F | 25 |
| Octal | 207 | 213 | 62 | 3 | 0 | 100 | 55 | 77 | 57 | 45 |
| Binary | 10000111 | 10001011 | 110010 | 11 | 0 | 1000000 | 101101 | 111111 | 101111 | 100101 |
Color Harmonies of #878B32
Complementary color
Monochromatic Colors of #878B32
Black with #878B32
Text Example
Text Example
White with #878B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878B32; }
p { color: rgb(135,139,50); }
H1.HeaderClassName
{
color: #878B32;
}
.AnyTagClassName
{
color: #878B32;
}
</style>
background-color css
<style>
a { background-color: #878B32; }
a { background-color: rgb(135,139,50); }
div.DivClassName
{
background-color: #878B32;
}
.BgClassName
{
background-color: #878B32;
}
</style>
border-color css
<style>
span { border-color: #878B32; }
span { border-color: rgb(135,139,50); }
td.TdClassName
{
border-color: #878B32;
}
.TagClassName
{
border-color: #878B32;
}
</style>