Shades of Wasabi #868A48
Tints of Wasabi #868A48
RGB
CMYK
RGB Variations
Color information
#868A48 (or 0x868A48) is known color: Wasabi. HEX triplet: 86, 8A and 48. RGB value is (134,138,72). Sum of RGB (Red+Green+Blue) = 134+138+72=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 138 - color contains mainly: green. Hex color #868A48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868A48 is #7975B7. Grayscale: #818181. Windows color (decimal): -7959992 or 4754054. OLE color: 4754054.
HSL color Cylindrical-coordinate representation of color #868A48: hue angle of 63.64º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #868A48 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 138 | 72 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.46 |
| HSL | 63.64º | 0.31% | 0.41% | - |
| HSV(B) | 63.64º | 0.48% | 0.54% | - |
| XYZ | 20.09 | 23.71 | 9.65 | - |
| YUV | 129.28 | 95.67 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 138 | 72 | 0.03 | 0 | 0.48 | 0.46 | 63.64 | 0.31 | 0.41 |
| Hex | 86 | 8A | 48 | 3 | 0 | 30 | 2E | 40 | 1F | 29 |
| Octal | 206 | 212 | 110 | 3 | 0 | 60 | 56 | 100 | 37 | 51 |
| Binary | 10000110 | 10001010 | 1001000 | 11 | 0 | 110000 | 101110 | 1000000 | 11111 | 101001 |
Color Harmonies of #868A48
Complementary color
Monochromatic Colors of #868A48
Black with #868A48
Text Example
Text Example
White with #868A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868A48; }
p { color: rgb(134,138,72); }
H1.HeaderClassName
{
color: #868A48;
}
.AnyTagClassName
{
color: #868A48;
}
</style>
background-color css
<style>
a { background-color: #868A48; }
a { background-color: rgb(134,138,72); }
div.DivClassName
{
background-color: #868A48;
}
.BgClassName
{
background-color: #868A48;
}
</style>
border-color css
<style>
span { border-color: #868A48; }
span { border-color: rgb(134,138,72); }
td.TdClassName
{
border-color: #868A48;
}
.TagClassName
{
border-color: #868A48;
}
</style>