Shades of Wasabi #868831
Tints of Wasabi #868831
RGB
CMYK
RGB Variations
Color information
#868831 (or 0x868831) is known color: Wasabi. HEX triplet: 86, 88 and 31. RGB value is (134,136,49). Sum of RGB (Red+Green+Blue) = 134+136+49=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 136 - color contains mainly: green. Hex color #868831 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868831 is #7977CE. Grayscale: #7D7D7D. Windows color (decimal): -7960527 or 3246214. OLE color: 3246214.
HSL color Cylindrical-coordinate representation of color #868831: hue angle of 61.38º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #868831 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 136 | 49 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.47 |
| HSL | 61.38º | 0.47% | 0.36% | - |
| HSV(B) | 61.38º | 0.64% | 0.53% | - |
| XYZ | 19.19 | 22.9 | 6.31 | - |
| YUV | 125.48 | 84.84 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 136 | 49 | 0.01 | 0 | 0.64 | 0.47 | 61.38 | 0.47 | 0.36 |
| Hex | 86 | 88 | 31 | 1 | 0 | 40 | 2F | 3D | 2F | 24 |
| Octal | 206 | 210 | 61 | 1 | 0 | 100 | 57 | 75 | 57 | 44 |
| Binary | 10000110 | 10001000 | 110001 | 1 | 0 | 1000000 | 101111 | 111101 | 101111 | 100100 |
Color Harmonies of #868831
Complementary color
Monochromatic Colors of #868831
Black with #868831
Text Example
Text Example
White with #868831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868831; }
p { color: rgb(134,136,49); }
H1.HeaderClassName
{
color: #868831;
}
.AnyTagClassName
{
color: #868831;
}
</style>
background-color css
<style>
a { background-color: #868831; }
a { background-color: rgb(134,136,49); }
div.DivClassName
{
background-color: #868831;
}
.BgClassName
{
background-color: #868831;
}
</style>
border-color css
<style>
span { border-color: #868831; }
span { border-color: rgb(134,136,49); }
td.TdClassName
{
border-color: #868831;
}
.TagClassName
{
border-color: #868831;
}
</style>