Shades of Wasabi #71843C
Tints of Wasabi #71843C
RGB
CMYK
RGB Variations
Color information
#71843C (or 0x71843C) is known color: Wasabi. HEX triplet: 71, 84 and 3C. RGB value is (113,132,60). Sum of RGB (Red+Green+Blue) = 113+132+60=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 132 - color contains mainly: green. Hex color #71843C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71843C is #8E7BC3. Grayscale: #767676. Windows color (decimal): -9337796 or 3966065. OLE color: 3966065.
HSL color Cylindrical-coordinate representation of color #71843C: hue angle of 75.83º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71843C is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 132 | 60 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.48 |
| HSL | 75.83º | 0.38% | 0.38% | - |
| HSV(B) | 75.83º | 0.55% | 0.52% | - |
| XYZ | 15.88 | 20.34 | 7.36 | - |
| YUV | 118.11 | 95.21 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 132 | 60 | 0.14 | 0 | 0.55 | 0.48 | 75.83 | 0.38 | 0.38 |
| Hex | 71 | 84 | 3C | E | 0 | 37 | 30 | 4C | 26 | 26 |
| Octal | 161 | 204 | 74 | 16 | 0 | 67 | 60 | 114 | 46 | 46 |
| Binary | 1110001 | 10000100 | 111100 | 1110 | 0 | 110111 | 110000 | 1001100 | 100110 | 100110 |
Color Harmonies of #71843C
Complementary color
Monochromatic Colors of #71843C
Black with #71843C
Text Example
Text Example
White with #71843C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71843C; }
p { color: rgb(113,132,60); }
H1.HeaderClassName
{
color: #71843C;
}
.AnyTagClassName
{
color: #71843C;
}
</style>
background-color css
<style>
a { background-color: #71843C; }
a { background-color: rgb(113,132,60); }
div.DivClassName
{
background-color: #71843C;
}
.BgClassName
{
background-color: #71843C;
}
</style>
border-color css
<style>
span { border-color: #71843C; }
span { border-color: rgb(113,132,60); }
td.TdClassName
{
border-color: #71843C;
}
.TagClassName
{
border-color: #71843C;
}
</style>