Shades of Wasabi #748940
Tints of Wasabi #748940
RGB
CMYK
RGB Variations
Color information
#748940 (or 0x748940) is known color: Wasabi. HEX triplet: 74, 89 and 40. RGB value is (116,137,64). Sum of RGB (Red+Green+Blue) = 116+137+64=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 137 - color contains mainly: green. Hex color #748940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748940 is #8B76BF. Grayscale: #7A7A7A. Windows color (decimal): -9139904 or 4229492. OLE color: 4229492.
HSL color Cylindrical-coordinate representation of color #748940: hue angle of 77.26º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #748940 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 137 | 64 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.46 |
| HSL | 77.26º | 0.36% | 0.39% | - |
| HSV(B) | 77.26º | 0.53% | 0.54% | - |
| XYZ | 17.07 | 21.97 | 8.19 | - |
| YUV | 122.4 | 95.04 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 137 | 64 | 0.15 | 0 | 0.53 | 0.46 | 77.26 | 0.36 | 0.39 |
| Hex | 74 | 89 | 40 | F | 0 | 35 | 2E | 4D | 24 | 27 |
| Octal | 164 | 211 | 100 | 17 | 0 | 65 | 56 | 115 | 44 | 47 |
| Binary | 1110100 | 10001001 | 1000000 | 1111 | 0 | 110101 | 101110 | 1001101 | 100100 | 100111 |
Color Harmonies of #748940
Complementary color
Monochromatic Colors of #748940
Black with #748940
Text Example
Text Example
White with #748940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748940; }
p { color: rgb(116,137,64); }
H1.HeaderClassName
{
color: #748940;
}
.AnyTagClassName
{
color: #748940;
}
</style>
background-color css
<style>
a { background-color: #748940; }
a { background-color: rgb(116,137,64); }
div.DivClassName
{
background-color: #748940;
}
.BgClassName
{
background-color: #748940;
}
</style>
border-color css
<style>
span { border-color: #748940; }
span { border-color: rgb(116,137,64); }
td.TdClassName
{
border-color: #748940;
}
.TagClassName
{
border-color: #748940;
}
</style>