Shades of Wasabi #748941
Tints of Wasabi #748941
RGB
CMYK
RGB Variations
Color information
#748941 (or 0x748941) is known color: Wasabi. HEX triplet: 74, 89 and 41. RGB value is (116,137,65). Sum of RGB (Red+Green+Blue) = 116+137+65=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 137 - color contains mainly: green. Hex color #748941 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748941 is #8B76BE. Grayscale: #7A7A7A. Windows color (decimal): -9139903 or 4295028. OLE color: 4295028.
HSL color Cylindrical-coordinate representation of color #748941: hue angle of 77.5º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #748941 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 137 | 65 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.46 |
| HSL | 77.5º | 0.36% | 0.4% | - |
| HSV(B) | 77.5º | 0.53% | 0.54% | - |
| XYZ | 17.1 | 21.99 | 8.34 | - |
| YUV | 122.51 | 95.54 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 137 | 65 | 0.15 | 0 | 0.53 | 0.46 | 77.5 | 0.36 | 0.4 |
| Hex | 74 | 89 | 41 | F | 0 | 35 | 2E | 4E | 24 | 28 |
| Octal | 164 | 211 | 101 | 17 | 0 | 65 | 56 | 116 | 44 | 50 |
| Binary | 1110100 | 10001001 | 1000001 | 1111 | 0 | 110101 | 101110 | 1001110 | 100100 | 101000 |
Color Harmonies of #748941
Complementary color
Monochromatic Colors of #748941
Black with #748941
Text Example
Text Example
White with #748941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748941; }
p { color: rgb(116,137,65); }
H1.HeaderClassName
{
color: #748941;
}
.AnyTagClassName
{
color: #748941;
}
</style>
background-color css
<style>
a { background-color: #748941; }
a { background-color: rgb(116,137,65); }
div.DivClassName
{
background-color: #748941;
}
.BgClassName
{
background-color: #748941;
}
</style>
border-color css
<style>
span { border-color: #748941; }
span { border-color: rgb(116,137,65); }
td.TdClassName
{
border-color: #748941;
}
.TagClassName
{
border-color: #748941;
}
</style>