Shades of Wasabi #71843F
Tints of Wasabi #71843F
RGB
CMYK
RGB Variations
Color information
#71843F (or 0x71843F) is known color: Wasabi. HEX triplet: 71, 84 and 3F. RGB value is (113,132,63). Sum of RGB (Red+Green+Blue) = 113+132+63=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 132 (51.95% from 255 or 42.86% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 132 - color contains mainly: green. Hex color #71843F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71843F is #8E7BC0. Grayscale: #767676. Windows color (decimal): -9337793 or 4162673. OLE color: 4162673.
HSL color Cylindrical-coordinate representation of color #71843F: hue angle of 76.52º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71843F is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 132 | 63 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.48 |
| HSL | 76.52º | 0.35% | 0.38% | - |
| HSV(B) | 76.52º | 0.52% | 0.52% | - |
| XYZ | 15.96 | 20.37 | 7.79 | - |
| YUV | 118.45 | 96.71 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 132 | 63 | 0.14 | 0 | 0.52 | 0.48 | 76.52 | 0.35 | 0.38 |
| Hex | 71 | 84 | 3F | E | 0 | 34 | 30 | 4D | 23 | 26 |
| Octal | 161 | 204 | 77 | 16 | 0 | 64 | 60 | 115 | 43 | 46 |
| Binary | 1110001 | 10000100 | 111111 | 1110 | 0 | 110100 | 110000 | 1001101 | 100011 | 100110 |
Color Harmonies of #71843F
Complementary color
Monochromatic Colors of #71843F
Black with #71843F
Text Example
Text Example
White with #71843F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71843F; }
p { color: rgb(113,132,63); }
H1.HeaderClassName
{
color: #71843F;
}
.AnyTagClassName
{
color: #71843F;
}
</style>
background-color css
<style>
a { background-color: #71843F; }
a { background-color: rgb(113,132,63); }
div.DivClassName
{
background-color: #71843F;
}
.BgClassName
{
background-color: #71843F;
}
</style>
border-color css
<style>
span { border-color: #71843F; }
span { border-color: rgb(113,132,63); }
td.TdClassName
{
border-color: #71843F;
}
.TagClassName
{
border-color: #71843F;
}
</style>