Shades of Wasabi #879241
Tints of Wasabi #879241
RGB
CMYK
RGB Variations
Color information
#879241 (or 0x879241) is known color: Wasabi. HEX triplet: 87, 92 and 41. RGB value is (135,146,65). Sum of RGB (Red+Green+Blue) = 135+146+65=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 146 - color contains mainly: green. Hex color #879241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #879241 is #786DBE. Grayscale: #858585. Windows color (decimal): -7892415 or 4297351. OLE color: 4297351.
HSL color Cylindrical-coordinate representation of color #879241: hue angle of 68.15º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #879241 is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 146 | 65 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.43 |
| HSL | 68.15º | 0.38% | 0.41% | - |
| HSV(B) | 68.15º | 0.55% | 0.57% | - |
| XYZ | 21.22 | 26.09 | 8.92 | - |
| YUV | 133.48 | 89.36 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 146 | 65 | 0.08 | 0 | 0.55 | 0.43 | 68.15 | 0.38 | 0.41 |
| Hex | 87 | 92 | 41 | 8 | 0 | 37 | 2B | 44 | 26 | 29 |
| Octal | 207 | 222 | 101 | 10 | 0 | 67 | 53 | 104 | 46 | 51 |
| Binary | 10000111 | 10010010 | 1000001 | 1000 | 0 | 110111 | 101011 | 1000100 | 100110 | 101001 |
Color Harmonies of #879241
Complementary color
Monochromatic Colors of #879241
Black with #879241
Text Example
Text Example
White with #879241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879241; }
p { color: rgb(135,146,65); }
H1.HeaderClassName
{
color: #879241;
}
.AnyTagClassName
{
color: #879241;
}
</style>
background-color css
<style>
a { background-color: #879241; }
a { background-color: rgb(135,146,65); }
div.DivClassName
{
background-color: #879241;
}
.BgClassName
{
background-color: #879241;
}
</style>
border-color css
<style>
span { border-color: #879241; }
span { border-color: rgb(135,146,65); }
td.TdClassName
{
border-color: #879241;
}
.TagClassName
{
border-color: #879241;
}
</style>