Shades of Wasabi #73863C
Tints of Wasabi #73863C
RGB
CMYK
RGB Variations
Color information
#73863C (or 0x73863C) is known color: Wasabi. HEX triplet: 73, 86 and 3C. RGB value is (115,134,60). Sum of RGB (Red+Green+Blue) = 115+134+60=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 134 (52.73% from 255 or 43.37% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 134 - color contains mainly: green. Hex color #73863C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73863C is #8C79C3. Grayscale: #787878. Windows color (decimal): -9206212 or 3966579. OLE color: 3966579.
HSL color Cylindrical-coordinate representation of color #73863C: hue angle of 75.41º 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 #73863C is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 134 | 60 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.47 |
| HSL | 75.41º | 0.38% | 0.38% | - |
| HSV(B) | 75.41º | 0.55% | 0.53% | - |
| XYZ | 16.41 | 21.02 | 7.47 | - |
| YUV | 119.88 | 94.21 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 134 | 60 | 0.14 | 0 | 0.55 | 0.47 | 75.41 | 0.38 | 0.38 |
| Hex | 73 | 86 | 3C | E | 0 | 37 | 2F | 4B | 26 | 26 |
| Octal | 163 | 206 | 74 | 16 | 0 | 67 | 57 | 113 | 46 | 46 |
| Binary | 1110011 | 10000110 | 111100 | 1110 | 0 | 110111 | 101111 | 1001011 | 100110 | 100110 |
Color Harmonies of #73863C
Complementary color
Monochromatic Colors of #73863C
Black with #73863C
Text Example
Text Example
White with #73863C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73863C; }
p { color: rgb(115,134,60); }
H1.HeaderClassName
{
color: #73863C;
}
.AnyTagClassName
{
color: #73863C;
}
</style>
background-color css
<style>
a { background-color: #73863C; }
a { background-color: rgb(115,134,60); }
div.DivClassName
{
background-color: #73863C;
}
.BgClassName
{
background-color: #73863C;
}
</style>
border-color css
<style>
span { border-color: #73863C; }
span { border-color: rgb(115,134,60); }
td.TdClassName
{
border-color: #73863C;
}
.TagClassName
{
border-color: #73863C;
}
</style>