Shades of Wasabi #748C40
Tints of Wasabi #748C40
RGB
CMYK
RGB Variations
Color information
#748C40 (or 0x748C40) is known color: Wasabi. HEX triplet: 74, 8C and 40. RGB value is (116,140,64). Sum of RGB (Red+Green+Blue) = 116+140+64=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 140 (55.08% from 255 or 43.75% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 140 - color contains mainly: green. Hex color #748C40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748C40 is #8B73BF. Grayscale: #7C7C7C. Windows color (decimal): -9139136 or 4230260. OLE color: 4230260.
HSL color Cylindrical-coordinate representation of color #748C40: hue angle of 78.95º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #748C40 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 140 | 64 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.45 |
| HSL | 78.95º | 0.37% | 0.4% | - |
| HSV(B) | 78.95º | 0.54% | 0.55% | - |
| XYZ | 17.51 | 22.84 | 8.34 | - |
| YUV | 124.16 | 94.05 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 140 | 64 | 0.17 | 0 | 0.54 | 0.45 | 78.95 | 0.37 | 0.4 |
| Hex | 74 | 8C | 40 | 11 | 0 | 36 | 2D | 4F | 25 | 28 |
| Octal | 164 | 214 | 100 | 21 | 0 | 66 | 55 | 117 | 45 | 50 |
| Binary | 1110100 | 10001100 | 1000000 | 10001 | 0 | 110110 | 101101 | 1001111 | 100101 | 101000 |
Color Harmonies of #748C40
Complementary color
Monochromatic Colors of #748C40
Black with #748C40
Text Example
Text Example
White with #748C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748C40; }
p { color: rgb(116,140,64); }
H1.HeaderClassName
{
color: #748C40;
}
.AnyTagClassName
{
color: #748C40;
}
</style>
background-color css
<style>
a { background-color: #748C40; }
a { background-color: rgb(116,140,64); }
div.DivClassName
{
background-color: #748C40;
}
.BgClassName
{
background-color: #748C40;
}
</style>
border-color css
<style>
span { border-color: #748C40; }
span { border-color: rgb(116,140,64); }
td.TdClassName
{
border-color: #748C40;
}
.TagClassName
{
border-color: #748C40;
}
</style>