Shades of Wasabi #748B38
Tints of Wasabi #748B38
RGB
CMYK
RGB Variations
Color information
#748B38 (or 0x748B38) is known color: Wasabi. HEX triplet: 74, 8B and 38. RGB value is (116,139,56). Sum of RGB (Red+Green+Blue) = 116+139+56=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 139 (54.69% from 255 or 44.69% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 139 - color contains mainly: green. Hex color #748B38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748B38 is #8B74C7. Grayscale: #7A7A7A. Windows color (decimal): -9139400 or 3705716. OLE color: 3705716.
HSL color Cylindrical-coordinate representation of color #748B38: hue angle of 76.63º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #748B38 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 139 | 56 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.45 |
| HSL | 76.63º | 0.43% | 0.38% | - |
| HSV(B) | 76.63º | 0.6% | 0.55% | - |
| XYZ | 17.15 | 22.46 | 7.17 | - |
| YUV | 122.66 | 90.38 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 139 | 56 | 0.17 | 0 | 0.60 | 0.45 | 76.63 | 0.43 | 0.38 |
| Hex | 74 | 8B | 38 | 11 | 0 | 3C | 2D | 4D | 2B | 26 |
| Octal | 164 | 213 | 70 | 21 | 0 | 74 | 55 | 115 | 53 | 46 |
| Binary | 1110100 | 10001011 | 111000 | 10001 | 0 | 111100 | 101101 | 1001101 | 101011 | 100110 |
Color Harmonies of #748B38
Complementary color
Monochromatic Colors of #748B38
Black with #748B38
Text Example
Text Example
White with #748B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748B38; }
p { color: rgb(116,139,56); }
H1.HeaderClassName
{
color: #748B38;
}
.AnyTagClassName
{
color: #748B38;
}
</style>
background-color css
<style>
a { background-color: #748B38; }
a { background-color: rgb(116,139,56); }
div.DivClassName
{
background-color: #748B38;
}
.BgClassName
{
background-color: #748B38;
}
</style>
border-color css
<style>
span { border-color: #748B38; }
span { border-color: rgb(116,139,56); }
td.TdClassName
{
border-color: #748B38;
}
.TagClassName
{
border-color: #748B38;
}
</style>