Shades of Wasabi #738A3C
Tints of Wasabi #738A3C
RGB
CMYK
RGB Variations
Color information
#738A3C (or 0x738A3C) is known color: Wasabi. HEX triplet: 73, 8A and 3C. RGB value is (115,138,60). Sum of RGB (Red+Green+Blue) = 115+138+60=313 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.74% from 313); Green value is 138 (54.30% from 255 or 44.09% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 138 - color contains mainly: green. Hex color #738A3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738A3C is #8C75C3. Grayscale: #7A7A7A. Windows color (decimal): -9205188 or 3967603. OLE color: 3967603.
HSL color Cylindrical-coordinate representation of color #738A3C: hue angle of 77.69º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #738A3C is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 115 | 138 | 60 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.46 |
| HSL | 77.69º | 0.39% | 0.39% | - |
| HSV(B) | 77.69º | 0.57% | 0.54% | - |
| XYZ | 16.97 | 22.15 | 7.66 | - |
| YUV | 122.23 | 92.88 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 138 | 60 | 0.17 | 0 | 0.57 | 0.46 | 77.69 | 0.39 | 0.39 |
| Hex | 73 | 8A | 3C | 11 | 0 | 39 | 2E | 4E | 27 | 27 |
| Octal | 163 | 212 | 74 | 21 | 0 | 71 | 56 | 116 | 47 | 47 |
| Binary | 1110011 | 10001010 | 111100 | 10001 | 0 | 111001 | 101110 | 1001110 | 100111 | 100111 |
Color Harmonies of #738A3C
Complementary color
Monochromatic Colors of #738A3C
Black with #738A3C
Text Example
Text Example
White with #738A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738A3C; }
p { color: rgb(115,138,60); }
H1.HeaderClassName
{
color: #738A3C;
}
.AnyTagClassName
{
color: #738A3C;
}
</style>
background-color css
<style>
a { background-color: #738A3C; }
a { background-color: rgb(115,138,60); }
div.DivClassName
{
background-color: #738A3C;
}
.BgClassName
{
background-color: #738A3C;
}
</style>
border-color css
<style>
span { border-color: #738A3C; }
span { border-color: rgb(115,138,60); }
td.TdClassName
{
border-color: #738A3C;
}
.TagClassName
{
border-color: #738A3C;
}
</style>