Shades of Wasabi #73873C
Tints of Wasabi #73873C
RGB
CMYK
RGB Variations
Color information
#73873C (or 0x73873C) is known color: Wasabi. HEX triplet: 73, 87 and 3C. RGB value is (115,135,60). Sum of RGB (Red+Green+Blue) = 115+135+60=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 135 (53.12% from 255 or 43.55% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 135 - color contains mainly: green. Hex color #73873C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73873C is #8C78C3. Grayscale: #787878. Windows color (decimal): -9205956 or 3966835. OLE color: 3966835.
HSL color Cylindrical-coordinate representation of color #73873C: hue angle of 76º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #73873C is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 135 | 60 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.47 |
| HSL | 76º | 0.38% | 0.38% | - |
| HSV(B) | 76º | 0.56% | 0.53% | - |
| XYZ | 16.55 | 21.3 | 7.51 | - |
| YUV | 120.47 | 93.87 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 135 | 60 | 0.15 | 0 | 0.56 | 0.47 | 76 | 0.38 | 0.38 |
| Hex | 73 | 87 | 3C | F | 0 | 38 | 2F | 4C | 26 | 26 |
| Octal | 163 | 207 | 74 | 17 | 0 | 70 | 57 | 114 | 46 | 46 |
| Binary | 1110011 | 10000111 | 111100 | 1111 | 0 | 111000 | 101111 | 1001100 | 100110 | 100110 |
Color Harmonies of #73873C
Complementary color
Monochromatic Colors of #73873C
Black with #73873C
Text Example
Text Example
White with #73873C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73873C; }
p { color: rgb(115,135,60); }
H1.HeaderClassName
{
color: #73873C;
}
.AnyTagClassName
{
color: #73873C;
}
</style>
background-color css
<style>
a { background-color: #73873C; }
a { background-color: rgb(115,135,60); }
div.DivClassName
{
background-color: #73873C;
}
.BgClassName
{
background-color: #73873C;
}
</style>
border-color css
<style>
span { border-color: #73873C; }
span { border-color: rgb(115,135,60); }
td.TdClassName
{
border-color: #73873C;
}
.TagClassName
{
border-color: #73873C;
}
</style>