Shades of Wasabi #868A36
Tints of Wasabi #868A36
RGB
CMYK
RGB Variations
Color information
#868A36 (or 0x868A36) is known color: Wasabi. HEX triplet: 86, 8A and 36. RGB value is (134,138,54). Sum of RGB (Red+Green+Blue) = 134+138+54=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 138 (54.30% from 255 or 42.33% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 138 - color contains mainly: green. Hex color #868A36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868A36 is #7975C9. Grayscale: #7F7F7F. Windows color (decimal): -7960010 or 3574406. OLE color: 3574406.
HSL color Cylindrical-coordinate representation of color #868A36: hue angle of 62.86º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #868A36 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 138 | 54 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.46 |
| HSL | 62.86º | 0.44% | 0.38% | - |
| HSV(B) | 62.86º | 0.61% | 0.54% | - |
| XYZ | 19.59 | 23.51 | 7 | - |
| YUV | 127.23 | 86.67 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 138 | 54 | 0.03 | 0 | 0.61 | 0.46 | 62.86 | 0.44 | 0.38 |
| Hex | 86 | 8A | 36 | 3 | 0 | 3D | 2E | 3F | 2C | 26 |
| Octal | 206 | 212 | 66 | 3 | 0 | 75 | 56 | 77 | 54 | 46 |
| Binary | 10000110 | 10001010 | 110110 | 11 | 0 | 111101 | 101110 | 111111 | 101100 | 100110 |
Color Harmonies of #868A36
Complementary color
Monochromatic Colors of #868A36
Black with #868A36
Text Example
Text Example
White with #868A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868A36; }
p { color: rgb(134,138,54); }
H1.HeaderClassName
{
color: #868A36;
}
.AnyTagClassName
{
color: #868A36;
}
</style>
background-color css
<style>
a { background-color: #868A36; }
a { background-color: rgb(134,138,54); }
div.DivClassName
{
background-color: #868A36;
}
.BgClassName
{
background-color: #868A36;
}
</style>
border-color css
<style>
span { border-color: #868A36; }
span { border-color: rgb(134,138,54); }
td.TdClassName
{
border-color: #868A36;
}
.TagClassName
{
border-color: #868A36;
}
</style>