Shades of Wasabi #87943B
Tints of Wasabi #87943B
RGB
CMYK
RGB Variations
Color information
#87943B (or 0x87943B) is known color: Wasabi. HEX triplet: 87, 94 and 3B. RGB value is (135,148,59). Sum of RGB (Red+Green+Blue) = 135+148+59=342 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.47% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 59 (23.44% from 255 or 17.25% from 342); Max value from RGB is 148 - color contains mainly: green. Hex color #87943B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87943B is #786BC4. Grayscale: #868686. Windows color (decimal): -7891909 or 3904647. OLE color: 3904647.
HSL color Cylindrical-coordinate representation of color #87943B: hue angle of 68.76º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #87943B is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 148 | 59 | - |
| CMYK | 0.09 | 0 | 0.60 | 0.42 |
| HSL | 68.76º | 0.43% | 0.41% | - |
| HSV(B) | 68.76º | 0.6% | 0.58% | - |
| XYZ | 21.37 | 26.65 | 8.15 | - |
| YUV | 133.97 | 85.69 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 148 | 59 | 0.09 | 0 | 0.60 | 0.42 | 68.76 | 0.43 | 0.41 |
| Hex | 87 | 94 | 3B | 9 | 0 | 3C | 2A | 45 | 2B | 29 |
| Octal | 207 | 224 | 73 | 11 | 0 | 74 | 52 | 105 | 53 | 51 |
| Binary | 10000111 | 10010100 | 111011 | 1001 | 0 | 111100 | 101010 | 1000101 | 101011 | 101001 |
Color Harmonies of #87943B
Complementary color
Monochromatic Colors of #87943B
Black with #87943B
Text Example
Text Example
White with #87943B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87943B; }
p { color: rgb(135,148,59); }
H1.HeaderClassName
{
color: #87943B;
}
.AnyTagClassName
{
color: #87943B;
}
</style>
background-color css
<style>
a { background-color: #87943B; }
a { background-color: rgb(135,148,59); }
div.DivClassName
{
background-color: #87943B;
}
.BgClassName
{
background-color: #87943B;
}
</style>
border-color css
<style>
span { border-color: #87943B; }
span { border-color: rgb(135,148,59); }
td.TdClassName
{
border-color: #87943B;
}
.TagClassName
{
border-color: #87943B;
}
</style>