Shades of Wasabi #748846
Tints of Wasabi #748846
RGB
CMYK
RGB Variations
Color information
#748846 (or 0x748846) is known color: Wasabi. HEX triplet: 74, 88 and 46. RGB value is (116,136,70). Sum of RGB (Red+Green+Blue) = 116+136+70=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 136 - color contains mainly: green. Hex color #748846 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748846 is #8B77B9. Grayscale: #7A7A7A. Windows color (decimal): -9140154 or 4622452. OLE color: 4622452.
HSL color Cylindrical-coordinate representation of color #748846: hue angle of 78.18º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #748846 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 136 | 70 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.47 |
| HSL | 78.18º | 0.32% | 0.4% | - |
| HSV(B) | 78.18º | 0.49% | 0.53% | - |
| XYZ | 17.11 | 21.76 | 9.09 | - |
| YUV | 122.5 | 98.37 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 136 | 70 | 0.15 | 0 | 0.49 | 0.47 | 78.18 | 0.32 | 0.4 |
| Hex | 74 | 88 | 46 | F | 0 | 31 | 2F | 4E | 20 | 28 |
| Octal | 164 | 210 | 106 | 17 | 0 | 61 | 57 | 116 | 40 | 50 |
| Binary | 1110100 | 10001000 | 1000110 | 1111 | 0 | 110001 | 101111 | 1001110 | 100000 | 101000 |
Color Harmonies of #748846
Complementary color
Monochromatic Colors of #748846
Black with #748846
Text Example
Text Example
White with #748846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748846; }
p { color: rgb(116,136,70); }
H1.HeaderClassName
{
color: #748846;
}
.AnyTagClassName
{
color: #748846;
}
</style>
background-color css
<style>
a { background-color: #748846; }
a { background-color: rgb(116,136,70); }
div.DivClassName
{
background-color: #748846;
}
.BgClassName
{
background-color: #748846;
}
</style>
border-color css
<style>
span { border-color: #748846; }
span { border-color: rgb(116,136,70); }
td.TdClassName
{
border-color: #748846;
}
.TagClassName
{
border-color: #748846;
}
</style>