Shades of Wasabi #879A46
Tints of Wasabi #879A46
RGB
CMYK
RGB Variations
Color information
#879A46 (or 0x879A46) is known color: Wasabi. HEX triplet: 87, 9A and 46. RGB value is (135,154,70). Sum of RGB (Red+Green+Blue) = 135+154+70=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 70 (27.73% from 255 or 19.50% from 359); Max value from RGB is 154 - color contains mainly: green. Hex color #879A46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #879A46 is #7865B9. Grayscale: #8B8B8B. Windows color (decimal): -7890362 or 4627079. OLE color: 4627079.
HSL color Cylindrical-coordinate representation of color #879A46: hue angle of 73.57º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #879A46 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 135 | 154 | 70 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.40 |
| HSL | 73.57º | 0.38% | 0.44% | - |
| HSV(B) | 73.57º | 0.55% | 0.6% | - |
| XYZ | 22.65 | 28.7 | 10.14 | - |
| YUV | 138.74 | 89.21 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 154 | 70 | 0.12 | 0 | 0.55 | 0.40 | 73.57 | 0.38 | 0.44 |
| Hex | 87 | 9A | 46 | C | 0 | 37 | 28 | 4A | 26 | 2C |
| Octal | 207 | 232 | 106 | 14 | 0 | 67 | 50 | 112 | 46 | 54 |
| Binary | 10000111 | 10011010 | 1000110 | 1100 | 0 | 110111 | 101000 | 1001010 | 100110 | 101100 |
Color Harmonies of #879A46
Complementary color
Monochromatic Colors of #879A46
Black with #879A46
Text Example
Text Example
White with #879A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879A46; }
p { color: rgb(135,154,70); }
H1.HeaderClassName
{
color: #879A46;
}
.AnyTagClassName
{
color: #879A46;
}
</style>
background-color css
<style>
a { background-color: #879A46; }
a { background-color: rgb(135,154,70); }
div.DivClassName
{
background-color: #879A46;
}
.BgClassName
{
background-color: #879A46;
}
</style>
border-color css
<style>
span { border-color: #879A46; }
span { border-color: rgb(135,154,70); }
td.TdClassName
{
border-color: #879A46;
}
.TagClassName
{
border-color: #879A46;
}
</style>