Shades of Wasabi #879042
Tints of Wasabi #879042
RGB
CMYK
RGB Variations
Color information
#879042 (or 0x879042) is known color: Wasabi. HEX triplet: 87, 90 and 42. RGB value is (135,144,66). Sum of RGB (Red+Green+Blue) = 135+144+66=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 144 - color contains mainly: green. Hex color #879042 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #879042 is #786FBD. Grayscale: #848484. Windows color (decimal): -7892926 or 4362375. OLE color: 4362375.
HSL color Cylindrical-coordinate representation of color #879042: hue angle of 66.92º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #879042 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 144 | 66 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.44 |
| HSL | 66.92º | 0.37% | 0.41% | - |
| HSV(B) | 66.92º | 0.54% | 0.56% | - |
| XYZ | 20.95 | 25.49 | 8.97 | - |
| YUV | 132.42 | 90.52 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 144 | 66 | 0.06 | 0 | 0.54 | 0.44 | 66.92 | 0.37 | 0.41 |
| Hex | 87 | 90 | 42 | 6 | 0 | 36 | 2C | 43 | 25 | 29 |
| Octal | 207 | 220 | 102 | 6 | 0 | 66 | 54 | 103 | 45 | 51 |
| Binary | 10000111 | 10010000 | 1000010 | 110 | 0 | 110110 | 101100 | 1000011 | 100101 | 101001 |
Color Harmonies of #879042
Complementary color
Monochromatic Colors of #879042
Black with #879042
Text Example
Text Example
White with #879042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879042; }
p { color: rgb(135,144,66); }
H1.HeaderClassName
{
color: #879042;
}
.AnyTagClassName
{
color: #879042;
}
</style>
background-color css
<style>
a { background-color: #879042; }
a { background-color: rgb(135,144,66); }
div.DivClassName
{
background-color: #879042;
}
.BgClassName
{
background-color: #879042;
}
</style>
border-color css
<style>
span { border-color: #879042; }
span { border-color: rgb(135,144,66); }
td.TdClassName
{
border-color: #879042;
}
.TagClassName
{
border-color: #879042;
}
</style>