Shades of Wasabi #71813D
Tints of Wasabi #71813D
RGB
CMYK
RGB Variations
Color information
#71813D (or 0x71813D) is known color: Wasabi. HEX triplet: 71, 81 and 3D. RGB value is (113,129,61). Sum of RGB (Red+Green+Blue) = 113+129+61=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 129 (50.78% from 255 or 42.57% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 129 - color contains mainly: green. Hex color #71813D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71813D is #8E7EC2. Grayscale: #747474. Windows color (decimal): -9338563 or 4030833. OLE color: 4030833.
HSL color Cylindrical-coordinate representation of color #71813D: hue angle of 74.12º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71813D is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 129 | 61 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.49 |
| HSL | 74.12º | 0.36% | 0.37% | - |
| HSV(B) | 74.12º | 0.53% | 0.51% | - |
| XYZ | 15.5 | 19.55 | 7.37 | - |
| YUV | 116.46 | 96.7 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 129 | 61 | 0.12 | 0 | 0.53 | 0.49 | 74.12 | 0.36 | 0.37 |
| Hex | 71 | 81 | 3D | C | 0 | 35 | 31 | 4A | 24 | 25 |
| Octal | 161 | 201 | 75 | 14 | 0 | 65 | 61 | 112 | 44 | 45 |
| Binary | 1110001 | 10000001 | 111101 | 1100 | 0 | 110101 | 110001 | 1001010 | 100100 | 100101 |
Color Harmonies of #71813D
Complementary color
Monochromatic Colors of #71813D
Black with #71813D
Text Example
Text Example
White with #71813D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71813D; }
p { color: rgb(113,129,61); }
H1.HeaderClassName
{
color: #71813D;
}
.AnyTagClassName
{
color: #71813D;
}
</style>
background-color css
<style>
a { background-color: #71813D; }
a { background-color: rgb(113,129,61); }
div.DivClassName
{
background-color: #71813D;
}
.BgClassName
{
background-color: #71813D;
}
</style>
border-color css
<style>
span { border-color: #71813D; }
span { border-color: rgb(113,129,61); }
td.TdClassName
{
border-color: #71813D;
}
.TagClassName
{
border-color: #71813D;
}
</style>