Shades of Wasabi #71873D
Tints of Wasabi #71873D
RGB
CMYK
RGB Variations
Color information
#71873D (or 0x71873D) is known color: Wasabi. HEX triplet: 71, 87 and 3D. RGB value is (113,135,61). Sum of RGB (Red+Green+Blue) = 113+135+61=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 135 (53.12% from 255 or 43.69% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 135 - color contains mainly: green. Hex color #71873D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71873D is #8E78C2. Grayscale: #787878. Windows color (decimal): -9337027 or 4032369. OLE color: 4032369.
HSL color Cylindrical-coordinate representation of color #71873D: hue angle of 77.84º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71873D is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 135 | 61 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.47 |
| HSL | 77.84º | 0.38% | 0.38% | - |
| HSV(B) | 77.84º | 0.55% | 0.53% | - |
| XYZ | 16.32 | 21.18 | 7.64 | - |
| YUV | 119.99 | 94.71 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 135 | 61 | 0.16 | 0 | 0.55 | 0.47 | 77.84 | 0.38 | 0.38 |
| Hex | 71 | 87 | 3D | 10 | 0 | 37 | 2F | 4E | 26 | 26 |
| Octal | 161 | 207 | 75 | 20 | 0 | 67 | 57 | 116 | 46 | 46 |
| Binary | 1110001 | 10000111 | 111101 | 10000 | 0 | 110111 | 101111 | 1001110 | 100110 | 100110 |
Color Harmonies of #71873D
Complementary color
Monochromatic Colors of #71873D
Black with #71873D
Text Example
Text Example
White with #71873D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71873D; }
p { color: rgb(113,135,61); }
H1.HeaderClassName
{
color: #71873D;
}
.AnyTagClassName
{
color: #71873D;
}
</style>
background-color css
<style>
a { background-color: #71873D; }
a { background-color: rgb(113,135,61); }
div.DivClassName
{
background-color: #71873D;
}
.BgClassName
{
background-color: #71873D;
}
</style>
border-color css
<style>
span { border-color: #71873D; }
span { border-color: rgb(113,135,61); }
td.TdClassName
{
border-color: #71873D;
}
.TagClassName
{
border-color: #71873D;
}
</style>