Shades of Wasabi #748E3F
Tints of Wasabi #748E3F
RGB
CMYK
RGB Variations
Color information
#748E3F (or 0x748E3F) is known color: Wasabi. HEX triplet: 74, 8E and 3F. RGB value is (116,142,63). Sum of RGB (Red+Green+Blue) = 116+142+63=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 142 (55.86% from 255 or 44.24% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 142 - color contains mainly: green. Hex color #748E3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748E3F is #8B71C0. Grayscale: #7D7D7D. Windows color (decimal): -9138625 or 4165236. OLE color: 4165236.
HSL color Cylindrical-coordinate representation of color #748E3F: hue angle of 79.75º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #748E3F is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 142 | 63 | - |
| CMYK | 0.18 | 0 | 0.56 | 0.44 |
| HSL | 79.75º | 0.39% | 0.4% | - |
| HSV(B) | 79.75º | 0.56% | 0.56% | - |
| XYZ | 17.77 | 23.42 | 8.29 | - |
| YUV | 125.22 | 92.89 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 142 | 63 | 0.18 | 0 | 0.56 | 0.44 | 79.75 | 0.39 | 0.4 |
| Hex | 74 | 8E | 3F | 12 | 0 | 38 | 2C | 50 | 27 | 28 |
| Octal | 164 | 216 | 77 | 22 | 0 | 70 | 54 | 120 | 47 | 50 |
| Binary | 1110100 | 10001110 | 111111 | 10010 | 0 | 111000 | 101100 | 1010000 | 100111 | 101000 |
Color Harmonies of #748E3F
Complementary color
Monochromatic Colors of #748E3F
Black with #748E3F
Text Example
Text Example
White with #748E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748E3F; }
p { color: rgb(116,142,63); }
H1.HeaderClassName
{
color: #748E3F;
}
.AnyTagClassName
{
color: #748E3F;
}
</style>
background-color css
<style>
a { background-color: #748E3F; }
a { background-color: rgb(116,142,63); }
div.DivClassName
{
background-color: #748E3F;
}
.BgClassName
{
background-color: #748E3F;
}
</style>
border-color css
<style>
span { border-color: #748E3F; }
span { border-color: rgb(116,142,63); }
td.TdClassName
{
border-color: #748E3F;
}
.TagClassName
{
border-color: #748E3F;
}
</style>