Shades of Wasabi #748E47
Tints of Wasabi #748E47
RGB
CMYK
RGB Variations
Color information
#748E47 (or 0x748E47) is known color: Wasabi. HEX triplet: 74, 8E and 47. RGB value is (116,142,71). Sum of RGB (Red+Green+Blue) = 116+142+71=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 142 (55.86% from 255 or 43.16% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 142 - color contains mainly: green. Hex color #748E47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748E47 is #8B71B8. Grayscale: #7E7E7E. Windows color (decimal): -9138617 or 4689524. OLE color: 4689524.
HSL color Cylindrical-coordinate representation of color #748E47: hue angle of 81.97º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #748E47 is Cyan = 0.18, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 142 | 71 | - |
| CMYK | 0.18 | 0 | 0.5 | 0.44 |
| HSL | 81.97º | 0.33% | 0.42% | - |
| HSV(B) | 81.97º | 0.5% | 0.56% | - |
| XYZ | 18.01 | 23.51 | 9.55 | - |
| YUV | 126.13 | 96.89 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 142 | 71 | 0.18 | 0 | 0.5 | 0.44 | 81.97 | 0.33 | 0.42 |
| Hex | 74 | 8E | 47 | 12 | 0 | 32 | 2C | 52 | 21 | 2A |
| Octal | 164 | 216 | 107 | 22 | 0 | 62 | 54 | 122 | 41 | 52 |
| Binary | 1110100 | 10001110 | 1000111 | 10010 | 0 | 110010 | 101100 | 1010010 | 100001 | 101010 |
Color Harmonies of #748E47
Complementary color
Monochromatic Colors of #748E47
Black with #748E47
Text Example
Text Example
White with #748E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748E47; }
p { color: rgb(116,142,71); }
H1.HeaderClassName
{
color: #748E47;
}
.AnyTagClassName
{
color: #748E47;
}
</style>
background-color css
<style>
a { background-color: #748E47; }
a { background-color: rgb(116,142,71); }
div.DivClassName
{
background-color: #748E47;
}
.BgClassName
{
background-color: #748E47;
}
</style>
border-color css
<style>
span { border-color: #748E47; }
span { border-color: rgb(116,142,71); }
td.TdClassName
{
border-color: #748E47;
}
.TagClassName
{
border-color: #748E47;
}
</style>