Shades of Wasabi #748B3F
Tints of Wasabi #748B3F
RGB
CMYK
RGB Variations
Color information
#748B3F (or 0x748B3F) is known color: Wasabi. HEX triplet: 74, 8B and 3F. RGB value is (116,139,63). Sum of RGB (Red+Green+Blue) = 116+139+63=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 139 (54.69% from 255 or 43.71% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 139 - color contains mainly: green. Hex color #748B3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748B3F is #8B74C0. Grayscale: #7B7B7B. Windows color (decimal): -9139393 or 4164468. OLE color: 4164468.
HSL color Cylindrical-coordinate representation of color #748B3F: hue angle of 78.16º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #748B3F is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 139 | 63 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.45 |
| HSL | 78.16º | 0.38% | 0.4% | - |
| HSV(B) | 78.16º | 0.55% | 0.55% | - |
| XYZ | 17.33 | 22.54 | 8.14 | - |
| YUV | 123.46 | 93.88 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 139 | 63 | 0.17 | 0 | 0.55 | 0.45 | 78.16 | 0.38 | 0.4 |
| Hex | 74 | 8B | 3F | 11 | 0 | 37 | 2D | 4E | 26 | 28 |
| Octal | 164 | 213 | 77 | 21 | 0 | 67 | 55 | 116 | 46 | 50 |
| Binary | 1110100 | 10001011 | 111111 | 10001 | 0 | 110111 | 101101 | 1001110 | 100110 | 101000 |
Color Harmonies of #748B3F
Complementary color
Monochromatic Colors of #748B3F
Black with #748B3F
Text Example
Text Example
White with #748B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748B3F; }
p { color: rgb(116,139,63); }
H1.HeaderClassName
{
color: #748B3F;
}
.AnyTagClassName
{
color: #748B3F;
}
</style>
background-color css
<style>
a { background-color: #748B3F; }
a { background-color: rgb(116,139,63); }
div.DivClassName
{
background-color: #748B3F;
}
.BgClassName
{
background-color: #748B3F;
}
</style>
border-color css
<style>
span { border-color: #748B3F; }
span { border-color: rgb(116,139,63); }
td.TdClassName
{
border-color: #748B3F;
}
.TagClassName
{
border-color: #748B3F;
}
</style>