Shades of Wasabi #71823B
Tints of Wasabi #71823B
RGB
CMYK
RGB Variations
Color information
#71823B (or 0x71823B) is known color: Wasabi. HEX triplet: 71, 82 and 3B. RGB value is (113,130,59). Sum of RGB (Red+Green+Blue) = 113+130+59=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 130 - color contains mainly: green. Hex color #71823B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71823B is #8E7DC4. Grayscale: #757575. Windows color (decimal): -9338309 or 3900017. OLE color: 3900017.
HSL color Cylindrical-coordinate representation of color #71823B: hue angle of 74.37º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71823B is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 130 | 59 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.49 |
| HSL | 74.37º | 0.38% | 0.37% | - |
| HSV(B) | 74.37º | 0.55% | 0.51% | - |
| XYZ | 15.58 | 19.79 | 7.14 | - |
| YUV | 116.82 | 95.37 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 130 | 59 | 0.13 | 0 | 0.55 | 0.49 | 74.37 | 0.38 | 0.37 |
| Hex | 71 | 82 | 3B | D | 0 | 37 | 31 | 4A | 26 | 25 |
| Octal | 161 | 202 | 73 | 15 | 0 | 67 | 61 | 112 | 46 | 45 |
| Binary | 1110001 | 10000010 | 111011 | 1101 | 0 | 110111 | 110001 | 1001010 | 100110 | 100101 |
Color Harmonies of #71823B
Complementary color
Monochromatic Colors of #71823B
Black with #71823B
Text Example
Text Example
White with #71823B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71823B; }
p { color: rgb(113,130,59); }
H1.HeaderClassName
{
color: #71823B;
}
.AnyTagClassName
{
color: #71823B;
}
</style>
background-color css
<style>
a { background-color: #71823B; }
a { background-color: rgb(113,130,59); }
div.DivClassName
{
background-color: #71823B;
}
.BgClassName
{
background-color: #71823B;
}
</style>
border-color css
<style>
span { border-color: #71823B; }
span { border-color: rgb(113,130,59); }
td.TdClassName
{
border-color: #71823B;
}
.TagClassName
{
border-color: #71823B;
}
</style>