Shades of Wasabi #868F36
Tints of Wasabi #868F36
RGB
CMYK
RGB Variations
Color information
#868F36 (or 0x868F36) is known color: Wasabi. HEX triplet: 86, 8F and 36. RGB value is (134,143,54). Sum of RGB (Red+Green+Blue) = 134+143+54=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 143 (56.25% from 255 or 43.20% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 143 - color contains mainly: green. Hex color #868F36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868F36 is #7970C9. Grayscale: #828282. Windows color (decimal): -7958730 or 3575686. OLE color: 3575686.
HSL color Cylindrical-coordinate representation of color #868F36: hue angle of 66.07º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #868F36 is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 143 | 54 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.44 |
| HSL | 66.07º | 0.45% | 0.39% | - |
| HSV(B) | 66.07º | 0.62% | 0.56% | - |
| XYZ | 20.32 | 24.98 | 7.24 | - |
| YUV | 130.16 | 85.02 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 143 | 54 | 0.06 | 0 | 0.62 | 0.44 | 66.07 | 0.45 | 0.39 |
| Hex | 86 | 8F | 36 | 6 | 0 | 3E | 2C | 42 | 2D | 27 |
| Octal | 206 | 217 | 66 | 6 | 0 | 76 | 54 | 102 | 55 | 47 |
| Binary | 10000110 | 10001111 | 110110 | 110 | 0 | 111110 | 101100 | 1000010 | 101101 | 100111 |
Color Harmonies of #868F36
Complementary color
Monochromatic Colors of #868F36
Black with #868F36
Text Example
Text Example
White with #868F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868F36; }
p { color: rgb(134,143,54); }
H1.HeaderClassName
{
color: #868F36;
}
.AnyTagClassName
{
color: #868F36;
}
</style>
background-color css
<style>
a { background-color: #868F36; }
a { background-color: rgb(134,143,54); }
div.DivClassName
{
background-color: #868F36;
}
.BgClassName
{
background-color: #868F36;
}
</style>
border-color css
<style>
span { border-color: #868F36; }
span { border-color: rgb(134,143,54); }
td.TdClassName
{
border-color: #868F36;
}
.TagClassName
{
border-color: #868F36;
}
</style>