Shades of Wasabi #879443
Tints of Wasabi #879443
RGB
CMYK
RGB Variations
Color information
#879443 (or 0x879443) is known color: Wasabi. HEX triplet: 87, 94 and 43. RGB value is (135,148,67). Sum of RGB (Red+Green+Blue) = 135+148+67=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 67 (26.56% from 255 or 19.14% from 350); Max value from RGB is 148 - color contains mainly: green. Hex color #879443 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #879443 is #786BBC. Grayscale: #878787. Windows color (decimal): -7891901 or 4428935. OLE color: 4428935.
HSL color Cylindrical-coordinate representation of color #879443: hue angle of 69.63º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #879443 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 148 | 67 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.42 |
| HSL | 69.63º | 0.38% | 0.42% | - |
| HSV(B) | 69.63º | 0.55% | 0.58% | - |
| XYZ | 21.59 | 26.74 | 9.33 | - |
| YUV | 134.88 | 89.69 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 148 | 67 | 0.09 | 0 | 0.55 | 0.42 | 69.63 | 0.38 | 0.42 |
| Hex | 87 | 94 | 43 | 9 | 0 | 37 | 2A | 46 | 26 | 2A |
| Octal | 207 | 224 | 103 | 11 | 0 | 67 | 52 | 106 | 46 | 52 |
| Binary | 10000111 | 10010100 | 1000011 | 1001 | 0 | 110111 | 101010 | 1000110 | 100110 | 101010 |
Color Harmonies of #879443
Complementary color
Monochromatic Colors of #879443
Black with #879443
Text Example
Text Example
White with #879443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879443; }
p { color: rgb(135,148,67); }
H1.HeaderClassName
{
color: #879443;
}
.AnyTagClassName
{
color: #879443;
}
</style>
background-color css
<style>
a { background-color: #879443; }
a { background-color: rgb(135,148,67); }
div.DivClassName
{
background-color: #879443;
}
.BgClassName
{
background-color: #879443;
}
</style>
border-color css
<style>
span { border-color: #879443; }
span { border-color: rgb(135,148,67); }
td.TdClassName
{
border-color: #879443;
}
.TagClassName
{
border-color: #879443;
}
</style>