Shades of Wasabi #748944
Tints of Wasabi #748944
RGB
CMYK
RGB Variations
Color information
#748944 (or 0x748944) is known color: Wasabi. HEX triplet: 74, 89 and 44. RGB value is (116,137,68). Sum of RGB (Red+Green+Blue) = 116+137+68=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 137 - color contains mainly: green. Hex color #748944 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748944 is #8B76BB. Grayscale: #7B7B7B. Windows color (decimal): -9139900 or 4491636. OLE color: 4491636.
HSL color Cylindrical-coordinate representation of color #748944: hue angle of 78.26º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #748944 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 137 | 68 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.46 |
| HSL | 78.26º | 0.34% | 0.4% | - |
| HSV(B) | 78.26º | 0.5% | 0.54% | - |
| XYZ | 17.19 | 22.02 | 8.81 | - |
| YUV | 122.86 | 97.04 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 137 | 68 | 0.15 | 0 | 0.50 | 0.46 | 78.26 | 0.34 | 0.4 |
| Hex | 74 | 89 | 44 | F | 0 | 32 | 2E | 4E | 22 | 28 |
| Octal | 164 | 211 | 104 | 17 | 0 | 62 | 56 | 116 | 42 | 50 |
| Binary | 1110100 | 10001001 | 1000100 | 1111 | 0 | 110010 | 101110 | 1001110 | 100010 | 101000 |
Color Harmonies of #748944
Complementary color
Monochromatic Colors of #748944
Black with #748944
Text Example
Text Example
White with #748944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748944; }
p { color: rgb(116,137,68); }
H1.HeaderClassName
{
color: #748944;
}
.AnyTagClassName
{
color: #748944;
}
</style>
background-color css
<style>
a { background-color: #748944; }
a { background-color: rgb(116,137,68); }
div.DivClassName
{
background-color: #748944;
}
.BgClassName
{
background-color: #748944;
}
</style>
border-color css
<style>
span { border-color: #748944; }
span { border-color: rgb(116,137,68); }
td.TdClassName
{
border-color: #748944;
}
.TagClassName
{
border-color: #748944;
}
</style>