Shades of Wasabi #869843
Tints of Wasabi #869843
RGB
CMYK
RGB Variations
Color information
#869843 (or 0x869843) is known color: Wasabi. HEX triplet: 86, 98 and 43. RGB value is (134,152,67). Sum of RGB (Red+Green+Blue) = 134+152+67=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 67 (26.56% from 255 or 18.98% from 353); Max value from RGB is 152 - color contains mainly: green. Hex color #869843 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869843 is #7967BC. Grayscale: #898989. Windows color (decimal): -7956413 or 4429958. OLE color: 4429958.
HSL color Cylindrical-coordinate representation of color #869843: hue angle of 72.71º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #869843 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 134 | 152 | 67 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.40 |
| HSL | 72.71º | 0.39% | 0.43% | - |
| HSV(B) | 72.71º | 0.56% | 0.6% | - |
| XYZ | 22.07 | 27.93 | 9.54 | - |
| YUV | 136.93 | 88.54 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 152 | 67 | 0.12 | 0 | 0.56 | 0.40 | 72.71 | 0.39 | 0.43 |
| Hex | 86 | 98 | 43 | C | 0 | 38 | 28 | 49 | 27 | 2B |
| Octal | 206 | 230 | 103 | 14 | 0 | 70 | 50 | 111 | 47 | 53 |
| Binary | 10000110 | 10011000 | 1000011 | 1100 | 0 | 111000 | 101000 | 1001001 | 100111 | 101011 |
Color Harmonies of #869843
Complementary color
Monochromatic Colors of #869843
Black with #869843
Text Example
Text Example
White with #869843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869843; }
p { color: rgb(134,152,67); }
H1.HeaderClassName
{
color: #869843;
}
.AnyTagClassName
{
color: #869843;
}
</style>
background-color css
<style>
a { background-color: #869843; }
a { background-color: rgb(134,152,67); }
div.DivClassName
{
background-color: #869843;
}
.BgClassName
{
background-color: #869843;
}
</style>
border-color css
<style>
span { border-color: #869843; }
span { border-color: rgb(134,152,67); }
td.TdClassName
{
border-color: #869843;
}
.TagClassName
{
border-color: #869843;
}
</style>