Shades of Wasabi #87994D
Tints of Wasabi #87994D
RGB
CMYK
RGB Variations
Color information
#87994D (or 0x87994D) is known color: Wasabi. HEX triplet: 87, 99 and 4D. RGB value is (135,153,77). Sum of RGB (Red+Green+Blue) = 135+153+77=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 153 - color contains mainly: green. Hex color #87994D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87994D is #7866B2. Grayscale: #8B8B8B. Windows color (decimal): -7890611 or 5085575. OLE color: 5085575.
HSL color Cylindrical-coordinate representation of color #87994D: hue angle of 74.21º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #87994D is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 135 | 153 | 77 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.4 |
| HSL | 74.21º | 0.33% | 0.45% | - |
| HSV(B) | 74.21º | 0.5% | 0.6% | - |
| XYZ | 22.72 | 28.47 | 11.32 | - |
| YUV | 138.95 | 93.04 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 153 | 77 | 0.12 | 0 | 0.50 | 0.4 | 74.21 | 0.33 | 0.45 |
| Hex | 87 | 99 | 4D | C | 0 | 32 | 28 | 4A | 21 | 2D |
| Octal | 207 | 231 | 115 | 14 | 0 | 62 | 50 | 112 | 41 | 55 |
| Binary | 10000111 | 10011001 | 1001101 | 1100 | 0 | 110010 | 101000 | 1001010 | 100001 | 101101 |
Color Harmonies of #87994D
Complementary color
Monochromatic Colors of #87994D
Black with #87994D
Text Example
Text Example
White with #87994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87994D; }
p { color: rgb(135,153,77); }
H1.HeaderClassName
{
color: #87994D;
}
.AnyTagClassName
{
color: #87994D;
}
</style>
background-color css
<style>
a { background-color: #87994D; }
a { background-color: rgb(135,153,77); }
div.DivClassName
{
background-color: #87994D;
}
.BgClassName
{
background-color: #87994D;
}
</style>
border-color css
<style>
span { border-color: #87994D; }
span { border-color: rgb(135,153,77); }
td.TdClassName
{
border-color: #87994D;
}
.TagClassName
{
border-color: #87994D;
}
</style>