Shades of Wasabi #71863F
Tints of Wasabi #71863F
RGB
CMYK
RGB Variations
Color information
#71863F (or 0x71863F) is known color: Wasabi. HEX triplet: 71, 86 and 3F. RGB value is (113,134,63). Sum of RGB (Red+Green+Blue) = 113+134+63=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 134 - color contains mainly: green. Hex color #71863F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71863F is #8E79C0. Grayscale: #777777. Windows color (decimal): -9337281 or 4163185. OLE color: 4163185.
HSL color Cylindrical-coordinate representation of color #71863F: hue angle of 77.75º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71863F is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 134 | 63 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.47 |
| HSL | 77.75º | 0.36% | 0.39% | - |
| HSV(B) | 77.75º | 0.53% | 0.53% | - |
| XYZ | 16.23 | 20.92 | 7.89 | - |
| YUV | 119.63 | 96.04 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 134 | 63 | 0.16 | 0 | 0.53 | 0.47 | 77.75 | 0.36 | 0.39 |
| Hex | 71 | 86 | 3F | 10 | 0 | 35 | 2F | 4E | 24 | 27 |
| Octal | 161 | 206 | 77 | 20 | 0 | 65 | 57 | 116 | 44 | 47 |
| Binary | 1110001 | 10000110 | 111111 | 10000 | 0 | 110101 | 101111 | 1001110 | 100100 | 100111 |
Color Harmonies of #71863F
Complementary color
Monochromatic Colors of #71863F
Black with #71863F
Text Example
Text Example
White with #71863F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71863F; }
p { color: rgb(113,134,63); }
H1.HeaderClassName
{
color: #71863F;
}
.AnyTagClassName
{
color: #71863F;
}
</style>
background-color css
<style>
a { background-color: #71863F; }
a { background-color: rgb(113,134,63); }
div.DivClassName
{
background-color: #71863F;
}
.BgClassName
{
background-color: #71863F;
}
</style>
border-color css
<style>
span { border-color: #71863F; }
span { border-color: rgb(113,134,63); }
td.TdClassName
{
border-color: #71863F;
}
.TagClassName
{
border-color: #71863F;
}
</style>