Shades of Wasabi #71843B
Tints of Wasabi #71843B
RGB
CMYK
RGB Variations
Color information
#71843B (or 0x71843B) is known color: Wasabi. HEX triplet: 71, 84 and 3B. RGB value is (113,132,59). Sum of RGB (Red+Green+Blue) = 113+132+59=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 132 - color contains mainly: green. Hex color #71843B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71843B is #8E7BC4. Grayscale: #767676. Windows color (decimal): -9337797 or 3900529. OLE color: 3900529.
HSL color Cylindrical-coordinate representation of color #71843B: hue angle of 75.62º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71843B is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 132 | 59 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.48 |
| HSL | 75.62º | 0.38% | 0.37% | - |
| HSV(B) | 75.62º | 0.55% | 0.52% | - |
| XYZ | 15.85 | 20.33 | 7.23 | - |
| YUV | 118 | 94.71 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 132 | 59 | 0.14 | 0 | 0.55 | 0.48 | 75.62 | 0.38 | 0.37 |
| Hex | 71 | 84 | 3B | E | 0 | 37 | 30 | 4C | 26 | 25 |
| Octal | 161 | 204 | 73 | 16 | 0 | 67 | 60 | 114 | 46 | 45 |
| Binary | 1110001 | 10000100 | 111011 | 1110 | 0 | 110111 | 110000 | 1001100 | 100110 | 100101 |
Color Harmonies of #71843B
Complementary color
Monochromatic Colors of #71843B
Black with #71843B
Text Example
Text Example
White with #71843B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71843B; }
p { color: rgb(113,132,59); }
H1.HeaderClassName
{
color: #71843B;
}
.AnyTagClassName
{
color: #71843B;
}
</style>
background-color css
<style>
a { background-color: #71843B; }
a { background-color: rgb(113,132,59); }
div.DivClassName
{
background-color: #71843B;
}
.BgClassName
{
background-color: #71843B;
}
</style>
border-color css
<style>
span { border-color: #71843B; }
span { border-color: rgb(113,132,59); }
td.TdClassName
{
border-color: #71843B;
}
.TagClassName
{
border-color: #71843B;
}
</style>