Shades of Wasabi #878F49
Tints of Wasabi #878F49
RGB
CMYK
RGB Variations
Color information
#878F49 (or 0x878F49) is known color: Wasabi. HEX triplet: 87, 8F and 49. RGB value is (135,143,73). Sum of RGB (Red+Green+Blue) = 135+143+73=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 143 (56.25% from 255 or 40.74% from 351); Blue value is 73 (28.91% from 255 or 20.80% from 351); Max value from RGB is 143 - color contains mainly: green. Hex color #878F49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878F49 is #7870B6. Grayscale: #848484. Windows color (decimal): -7893175 or 4820871. OLE color: 4820871.
HSL color Cylindrical-coordinate representation of color #878F49: hue angle of 66.86º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #878F49 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 143 | 73 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.44 |
| HSL | 66.86º | 0.32% | 0.42% | - |
| HSV(B) | 66.86º | 0.49% | 0.56% | - |
| XYZ | 21.02 | 25.28 | 10.07 | - |
| YUV | 132.63 | 94.35 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 143 | 73 | 0.06 | 0 | 0.49 | 0.44 | 66.86 | 0.32 | 0.42 |
| Hex | 87 | 8F | 49 | 6 | 0 | 31 | 2C | 43 | 20 | 2A |
| Octal | 207 | 217 | 111 | 6 | 0 | 61 | 54 | 103 | 40 | 52 |
| Binary | 10000111 | 10001111 | 1001001 | 110 | 0 | 110001 | 101100 | 1000011 | 100000 | 101010 |
Color Harmonies of #878F49
Complementary color
Monochromatic Colors of #878F49
Black with #878F49
Text Example
Text Example
White with #878F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878F49; }
p { color: rgb(135,143,73); }
H1.HeaderClassName
{
color: #878F49;
}
.AnyTagClassName
{
color: #878F49;
}
</style>
background-color css
<style>
a { background-color: #878F49; }
a { background-color: rgb(135,143,73); }
div.DivClassName
{
background-color: #878F49;
}
.BgClassName
{
background-color: #878F49;
}
</style>
border-color css
<style>
span { border-color: #878F49; }
span { border-color: rgb(135,143,73); }
td.TdClassName
{
border-color: #878F49;
}
.TagClassName
{
border-color: #878F49;
}
</style>