Shades of Wasabi #87914C
Tints of Wasabi #87914C
RGB
CMYK
RGB Variations
Color information
#87914C (or 0x87914C) is known color: Wasabi. HEX triplet: 87, 91 and 4C. RGB value is (135,145,76). Sum of RGB (Red+Green+Blue) = 135+145+76=356 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.92% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 145 - color contains mainly: green. Hex color #87914C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87914C is #786EB3. Grayscale: #868686. Windows color (decimal): -7892660 or 5017991. OLE color: 5017991.
HSL color Cylindrical-coordinate representation of color #87914C: hue angle of 68.7º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #87914C is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 145 | 76 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.43 |
| HSL | 68.7º | 0.31% | 0.43% | - |
| HSV(B) | 68.7º | 0.48% | 0.57% | - |
| XYZ | 21.42 | 25.92 | 10.71 | - |
| YUV | 134.14 | 95.19 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 145 | 76 | 0.07 | 0 | 0.48 | 0.43 | 68.7 | 0.31 | 0.43 |
| Hex | 87 | 91 | 4C | 7 | 0 | 30 | 2B | 45 | 1F | 2B |
| Octal | 207 | 221 | 114 | 7 | 0 | 60 | 53 | 105 | 37 | 53 |
| Binary | 10000111 | 10010001 | 1001100 | 111 | 0 | 110000 | 101011 | 1000101 | 11111 | 101011 |
Color Harmonies of #87914C
Complementary color
Monochromatic Colors of #87914C
Black with #87914C
Text Example
Text Example
White with #87914C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87914C; }
p { color: rgb(135,145,76); }
H1.HeaderClassName
{
color: #87914C;
}
.AnyTagClassName
{
color: #87914C;
}
</style>
background-color css
<style>
a { background-color: #87914C; }
a { background-color: rgb(135,145,76); }
div.DivClassName
{
background-color: #87914C;
}
.BgClassName
{
background-color: #87914C;
}
</style>
border-color css
<style>
span { border-color: #87914C; }
span { border-color: rgb(135,145,76); }
td.TdClassName
{
border-color: #87914C;
}
.TagClassName
{
border-color: #87914C;
}
</style>