Shades of Wasabi #879135
Tints of Wasabi #879135
RGB
CMYK
RGB Variations
Color information
#879135 (or 0x879135) is known color: Wasabi. HEX triplet: 87, 91 and 35. RGB value is (135,145,53). Sum of RGB (Red+Green+Blue) = 135+145+53=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 145 - color contains mainly: green. Hex color #879135 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #879135 is #786ECA. Grayscale: #838383. Windows color (decimal): -7892683 or 3510663. OLE color: 3510663.
HSL color Cylindrical-coordinate representation of color #879135: hue angle of 66.52º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #879135 is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 145 | 53 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.43 |
| HSL | 66.52º | 0.46% | 0.39% | - |
| HSV(B) | 66.52º | 0.63% | 0.57% | - |
| XYZ | 20.76 | 25.66 | 7.23 | - |
| YUV | 131.52 | 83.69 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 145 | 53 | 0.07 | 0 | 0.63 | 0.43 | 66.52 | 0.46 | 0.39 |
| Hex | 87 | 91 | 35 | 7 | 0 | 3F | 2B | 43 | 2E | 27 |
| Octal | 207 | 221 | 65 | 7 | 0 | 77 | 53 | 103 | 56 | 47 |
| Binary | 10000111 | 10010001 | 110101 | 111 | 0 | 111111 | 101011 | 1000011 | 101110 | 100111 |
Color Harmonies of #879135
Complementary color
Monochromatic Colors of #879135
Black with #879135
Text Example
Text Example
White with #879135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879135; }
p { color: rgb(135,145,53); }
H1.HeaderClassName
{
color: #879135;
}
.AnyTagClassName
{
color: #879135;
}
</style>
background-color css
<style>
a { background-color: #879135; }
a { background-color: rgb(135,145,53); }
div.DivClassName
{
background-color: #879135;
}
.BgClassName
{
background-color: #879135;
}
</style>
border-color css
<style>
span { border-color: #879135; }
span { border-color: rgb(135,145,53); }
td.TdClassName
{
border-color: #879135;
}
.TagClassName
{
border-color: #879135;
}
</style>