Shades of Wasabi #71893E
Tints of Wasabi #71893E
RGB
CMYK
RGB Variations
Color information
#71893E (or 0x71893E) is known color: Wasabi. HEX triplet: 71, 89 and 3E. RGB value is (113,137,62). Sum of RGB (Red+Green+Blue) = 113+137+62=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 62 (24.61% from 255 or 19.87% from 312); Max value from RGB is 137 - color contains mainly: green. Hex color #71893E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71893E is #8E76C1. Grayscale: #797979. Windows color (decimal): -9336514 or 4098417. OLE color: 4098417.
HSL color Cylindrical-coordinate representation of color #71893E: hue angle of 79.2º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71893E is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 137 | 62 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.46 |
| HSL | 79.2º | 0.38% | 0.39% | - |
| HSV(B) | 79.2º | 0.55% | 0.54% | - |
| XYZ | 16.63 | 21.75 | 7.88 | - |
| YUV | 121.27 | 94.55 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 137 | 62 | 0.18 | 0 | 0.55 | 0.46 | 79.2 | 0.38 | 0.39 |
| Hex | 71 | 89 | 3E | 12 | 0 | 37 | 2E | 4F | 26 | 27 |
| Octal | 161 | 211 | 76 | 22 | 0 | 67 | 56 | 117 | 46 | 47 |
| Binary | 1110001 | 10001001 | 111110 | 10010 | 0 | 110111 | 101110 | 1001111 | 100110 | 100111 |
Color Harmonies of #71893E
Complementary color
Monochromatic Colors of #71893E
Black with #71893E
Text Example
Text Example
White with #71893E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71893E; }
p { color: rgb(113,137,62); }
H1.HeaderClassName
{
color: #71893E;
}
.AnyTagClassName
{
color: #71893E;
}
</style>
background-color css
<style>
a { background-color: #71893E; }
a { background-color: rgb(113,137,62); }
div.DivClassName
{
background-color: #71893E;
}
.BgClassName
{
background-color: #71893E;
}
</style>
border-color css
<style>
span { border-color: #71893E; }
span { border-color: rgb(113,137,62); }
td.TdClassName
{
border-color: #71893E;
}
.TagClassName
{
border-color: #71893E;
}
</style>