Shades of Wasabi #737D3E
Tints of Wasabi #737D3E
RGB
CMYK
RGB Variations
Color information
#737D3E (or 0x737D3E) is known color: Wasabi. HEX triplet: 73, 7D and 3E. RGB value is (115,125,62). Sum of RGB (Red+Green+Blue) = 115+125+62=302 (40% of max value = 765). Red value is 115 (45.31% from 255 or 38.08% from 302); Green value is 125 (49.22% from 255 or 41.39% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 125 - color contains mainly: green. Hex color #737D3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737D3E is #8C82C1. Grayscale: #737373. Windows color (decimal): -9208514 or 4095347. OLE color: 4095347.
HSL color Cylindrical-coordinate representation of color #737D3E: hue angle of 69.52º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #737D3E is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 125 | 62 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.51 |
| HSL | 69.52º | 0.34% | 0.37% | - |
| HSV(B) | 69.52º | 0.5% | 0.49% | - |
| XYZ | 15.27 | 18.66 | 7.35 | - |
| YUV | 114.83 | 98.19 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 125 | 62 | 0.08 | 0 | 0.50 | 0.51 | 69.52 | 0.34 | 0.37 |
| Hex | 73 | 7D | 3E | 8 | 0 | 32 | 33 | 46 | 22 | 25 |
| Octal | 163 | 175 | 76 | 10 | 0 | 62 | 63 | 106 | 42 | 45 |
| Binary | 1110011 | 1111101 | 111110 | 1000 | 0 | 110010 | 110011 | 1000110 | 100010 | 100101 |
Color Harmonies of #737D3E
Complementary color
Monochromatic Colors of #737D3E
Black with #737D3E
Text Example
Text Example
White with #737D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737D3E; }
p { color: rgb(115,125,62); }
H1.HeaderClassName
{
color: #737D3E;
}
.AnyTagClassName
{
color: #737D3E;
}
</style>
background-color css
<style>
a { background-color: #737D3E; }
a { background-color: rgb(115,125,62); }
div.DivClassName
{
background-color: #737D3E;
}
.BgClassName
{
background-color: #737D3E;
}
</style>
border-color css
<style>
span { border-color: #737D3E; }
span { border-color: rgb(115,125,62); }
td.TdClassName
{
border-color: #737D3E;
}
.TagClassName
{
border-color: #737D3E;
}
</style>