Shades of Wasabi #879548
Tints of Wasabi #879548
RGB
CMYK
RGB Variations
Color information
#879548 (or 0x879548) is known color: Wasabi. HEX triplet: 87, 95 and 48. RGB value is (135,149,72). Sum of RGB (Red+Green+Blue) = 135+149+72=356 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.92% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 149 - color contains mainly: green. Hex color #879548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #879548 is #786AB7. Grayscale: #888888. Windows color (decimal): -7891640 or 4756871. OLE color: 4756871.
HSL color Cylindrical-coordinate representation of color #879548: hue angle of 70.91º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #879548 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 149 | 72 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.42 |
| HSL | 70.91º | 0.35% | 0.43% | - |
| HSV(B) | 70.91º | 0.52% | 0.58% | - |
| XYZ | 21.91 | 27.11 | 10.21 | - |
| YUV | 136.04 | 91.86 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 149 | 72 | 0.09 | 0 | 0.52 | 0.42 | 70.91 | 0.35 | 0.43 |
| Hex | 87 | 95 | 48 | 9 | 0 | 34 | 2A | 47 | 23 | 2B |
| Octal | 207 | 225 | 110 | 11 | 0 | 64 | 52 | 107 | 43 | 53 |
| Binary | 10000111 | 10010101 | 1001000 | 1001 | 0 | 110100 | 101010 | 1000111 | 100011 | 101011 |
Color Harmonies of #879548
Complementary color
Monochromatic Colors of #879548
Black with #879548
Text Example
Text Example
White with #879548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879548; }
p { color: rgb(135,149,72); }
H1.HeaderClassName
{
color: #879548;
}
.AnyTagClassName
{
color: #879548;
}
</style>
background-color css
<style>
a { background-color: #879548; }
a { background-color: rgb(135,149,72); }
div.DivClassName
{
background-color: #879548;
}
.BgClassName
{
background-color: #879548;
}
</style>
border-color css
<style>
span { border-color: #879548; }
span { border-color: rgb(135,149,72); }
td.TdClassName
{
border-color: #879548;
}
.TagClassName
{
border-color: #879548;
}
</style>