Shades of Wasabi #868934
Tints of Wasabi #868934
RGB
CMYK
RGB Variations
Color information
#868934 (or 0x868934) is known color: Wasabi. HEX triplet: 86, 89 and 34. RGB value is (134,137,52). Sum of RGB (Red+Green+Blue) = 134+137+52=323 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.49% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 137 - color contains mainly: green. Hex color #868934 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868934 is #7976CB. Grayscale: #7E7E7E. Windows color (decimal): -7960268 or 3443078. OLE color: 3443078.
HSL color Cylindrical-coordinate representation of color #868934: hue angle of 62.12º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #868934 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 137 | 52 | - |
| CMYK | 0.02 | 0 | 0.62 | 0.46 |
| HSL | 62.12º | 0.45% | 0.37% | - |
| HSV(B) | 62.12º | 0.62% | 0.54% | - |
| XYZ | 19.4 | 23.21 | 6.71 | - |
| YUV | 126.41 | 86.01 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 137 | 52 | 0.02 | 0 | 0.62 | 0.46 | 62.12 | 0.45 | 0.37 |
| Hex | 86 | 89 | 34 | 2 | 0 | 3E | 2E | 3E | 2D | 25 |
| Octal | 206 | 211 | 64 | 2 | 0 | 76 | 56 | 76 | 55 | 45 |
| Binary | 10000110 | 10001001 | 110100 | 10 | 0 | 111110 | 101110 | 111110 | 101101 | 100101 |
Color Harmonies of #868934
Complementary color
Monochromatic Colors of #868934
Black with #868934
Text Example
Text Example
White with #868934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868934; }
p { color: rgb(134,137,52); }
H1.HeaderClassName
{
color: #868934;
}
.AnyTagClassName
{
color: #868934;
}
</style>
background-color css
<style>
a { background-color: #868934; }
a { background-color: rgb(134,137,52); }
div.DivClassName
{
background-color: #868934;
}
.BgClassName
{
background-color: #868934;
}
</style>
border-color css
<style>
span { border-color: #868934; }
span { border-color: rgb(134,137,52); }
td.TdClassName
{
border-color: #868934;
}
.TagClassName
{
border-color: #868934;
}
</style>