Shades of Wasabi #869B36
Tints of Wasabi #869B36
RGB
CMYK
RGB Variations
Color information
#869B36 (or 0x869B36) is known color: Wasabi. HEX triplet: 86, 9B and 36. RGB value is (134,155,54). Sum of RGB (Red+Green+Blue) = 134+155+54=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 155 (60.94% from 255 or 45.19% from 343); Blue value is 54 (21.48% from 255 or 15.74% from 343); Max value from RGB is 155 - color contains mainly: green. Hex color #869B36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869B36 is #7964C9. Grayscale: #898989. Windows color (decimal): -7955658 or 3578758. OLE color: 3578758.
HSL color Cylindrical-coordinate representation of color #869B36: hue angle of 72.48º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #869B36 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 155 | 54 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.39 |
| HSL | 72.48º | 0.48% | 0.41% | - |
| HSV(B) | 72.48º | 0.65% | 0.61% | - |
| XYZ | 22.22 | 28.78 | 7.87 | - |
| YUV | 137.21 | 81.04 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 155 | 54 | 0.14 | 0 | 0.65 | 0.39 | 72.48 | 0.48 | 0.41 |
| Hex | 86 | 9B | 36 | E | 0 | 41 | 27 | 48 | 30 | 29 |
| Octal | 206 | 233 | 66 | 16 | 0 | 101 | 47 | 110 | 60 | 51 |
| Binary | 10000110 | 10011011 | 110110 | 1110 | 0 | 1000001 | 100111 | 1001000 | 110000 | 101001 |
Color Harmonies of #869B36
Complementary color
Monochromatic Colors of #869B36
Black with #869B36
Text Example
Text Example
White with #869B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869B36; }
p { color: rgb(134,155,54); }
H1.HeaderClassName
{
color: #869B36;
}
.AnyTagClassName
{
color: #869B36;
}
</style>
background-color css
<style>
a { background-color: #869B36; }
a { background-color: rgb(134,155,54); }
div.DivClassName
{
background-color: #869B36;
}
.BgClassName
{
background-color: #869B36;
}
</style>
border-color css
<style>
span { border-color: #869B36; }
span { border-color: rgb(134,155,54); }
td.TdClassName
{
border-color: #869B36;
}
.TagClassName
{
border-color: #869B36;
}
</style>