Shades of Wasabi #869B46
Tints of Wasabi #869B46
RGB
CMYK
RGB Variations
Color information
#869B46 (or 0x869B46) is known color: Wasabi. HEX triplet: 86, 9B and 46. RGB value is (134,155,70). Sum of RGB (Red+Green+Blue) = 134+155+70=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 155 (60.94% from 255 or 43.18% from 359); Blue value is 70 (27.73% from 255 or 19.50% from 359); Max value from RGB is 155 - color contains mainly: green. Hex color #869B46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869B46 is #7964B9. Grayscale: #8B8B8B. Windows color (decimal): -7955642 or 4627334. OLE color: 4627334.
HSL color Cylindrical-coordinate representation of color #869B46: hue angle of 74.82º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #869B46 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 155 | 70 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.39 |
| HSL | 74.82º | 0.38% | 0.44% | - |
| HSV(B) | 74.82º | 0.55% | 0.61% | - |
| XYZ | 22.66 | 28.95 | 10.19 | - |
| YUV | 139.03 | 89.04 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 155 | 70 | 0.14 | 0 | 0.55 | 0.39 | 74.82 | 0.38 | 0.44 |
| Hex | 86 | 9B | 46 | E | 0 | 37 | 27 | 4B | 26 | 2C |
| Octal | 206 | 233 | 106 | 16 | 0 | 67 | 47 | 113 | 46 | 54 |
| Binary | 10000110 | 10011011 | 1000110 | 1110 | 0 | 110111 | 100111 | 1001011 | 100110 | 101100 |
Color Harmonies of #869B46
Complementary color
Monochromatic Colors of #869B46
Black with #869B46
Text Example
Text Example
White with #869B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869B46; }
p { color: rgb(134,155,70); }
H1.HeaderClassName
{
color: #869B46;
}
.AnyTagClassName
{
color: #869B46;
}
</style>
background-color css
<style>
a { background-color: #869B46; }
a { background-color: rgb(134,155,70); }
div.DivClassName
{
background-color: #869B46;
}
.BgClassName
{
background-color: #869B46;
}
</style>
border-color css
<style>
span { border-color: #869B46; }
span { border-color: rgb(134,155,70); }
td.TdClassName
{
border-color: #869B46;
}
.TagClassName
{
border-color: #869B46;
}
</style>