Shades of Wasabi #748B41
Tints of Wasabi #748B41
RGB
CMYK
RGB Variations
Color information
#748B41 (or 0x748B41) is known color: Wasabi. HEX triplet: 74, 8B and 41. RGB value is (116,139,65). Sum of RGB (Red+Green+Blue) = 116+139+65=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 139 (54.69% from 255 or 43.44% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 139 - color contains mainly: green. Hex color #748B41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748B41 is #8B74BE. Grayscale: #7B7B7B. Windows color (decimal): -9139391 or 4295540. OLE color: 4295540.
HSL color Cylindrical-coordinate representation of color #748B41: hue angle of 78.65º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #748B41 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 139 | 65 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.45 |
| HSL | 78.65º | 0.36% | 0.4% | - |
| HSV(B) | 78.65º | 0.53% | 0.55% | - |
| XYZ | 17.39 | 22.56 | 8.44 | - |
| YUV | 123.69 | 94.88 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 139 | 65 | 0.17 | 0 | 0.53 | 0.45 | 78.65 | 0.36 | 0.4 |
| Hex | 74 | 8B | 41 | 11 | 0 | 35 | 2D | 4F | 24 | 28 |
| Octal | 164 | 213 | 101 | 21 | 0 | 65 | 55 | 117 | 44 | 50 |
| Binary | 1110100 | 10001011 | 1000001 | 10001 | 0 | 110101 | 101101 | 1001111 | 100100 | 101000 |
Color Harmonies of #748B41
Complementary color
Monochromatic Colors of #748B41
Black with #748B41
Text Example
Text Example
White with #748B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748B41; }
p { color: rgb(116,139,65); }
H1.HeaderClassName
{
color: #748B41;
}
.AnyTagClassName
{
color: #748B41;
}
</style>
background-color css
<style>
a { background-color: #748B41; }
a { background-color: rgb(116,139,65); }
div.DivClassName
{
background-color: #748B41;
}
.BgClassName
{
background-color: #748B41;
}
</style>
border-color css
<style>
span { border-color: #748B41; }
span { border-color: rgb(116,139,65); }
td.TdClassName
{
border-color: #748B41;
}
.TagClassName
{
border-color: #748B41;
}
</style>