Shades of Wasabi #71803E
Tints of Wasabi #71803E
RGB
CMYK
RGB Variations
Color information
#71803E (or 0x71803E) is known color: Wasabi. HEX triplet: 71, 80 and 3E. RGB value is (113,128,62). Sum of RGB (Red+Green+Blue) = 113+128+62=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 128 - color contains mainly: green. Hex color #71803E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71803E is #8E7FC1. Grayscale: #747474. Windows color (decimal): -9338818 or 4096113. OLE color: 4096113.
HSL color Cylindrical-coordinate representation of color #71803E: hue angle of 73.64º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71803E is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 128 | 62 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.50 |
| HSL | 73.64º | 0.35% | 0.37% | - |
| HSV(B) | 73.64º | 0.52% | 0.5% | - |
| XYZ | 15.4 | 19.3 | 7.47 | - |
| YUV | 115.99 | 97.53 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 128 | 62 | 0.12 | 0 | 0.52 | 0.50 | 73.64 | 0.35 | 0.37 |
| Hex | 71 | 80 | 3E | C | 0 | 34 | 32 | 4A | 23 | 25 |
| Octal | 161 | 200 | 76 | 14 | 0 | 64 | 62 | 112 | 43 | 45 |
| Binary | 1110001 | 10000000 | 111110 | 1100 | 0 | 110100 | 110010 | 1001010 | 100011 | 100101 |
Color Harmonies of #71803E
Complementary color
Monochromatic Colors of #71803E
Black with #71803E
Text Example
Text Example
White with #71803E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71803E; }
p { color: rgb(113,128,62); }
H1.HeaderClassName
{
color: #71803E;
}
.AnyTagClassName
{
color: #71803E;
}
</style>
background-color css
<style>
a { background-color: #71803E; }
a { background-color: rgb(113,128,62); }
div.DivClassName
{
background-color: #71803E;
}
.BgClassName
{
background-color: #71803E;
}
</style>
border-color css
<style>
span { border-color: #71803E; }
span { border-color: rgb(113,128,62); }
td.TdClassName
{
border-color: #71803E;
}
.TagClassName
{
border-color: #71803E;
}
</style>