Shades of Wasabi #748E3E
Tints of Wasabi #748E3E
RGB
CMYK
RGB Variations
Color information
#748E3E (or 0x748E3E) is known color: Wasabi. HEX triplet: 74, 8E and 3E. RGB value is (116,142,62). Sum of RGB (Red+Green+Blue) = 116+142+62=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 142 (55.86% from 255 or 44.38% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 142 - color contains mainly: green. Hex color #748E3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748E3E is #8B71C1. Grayscale: #7D7D7D. Windows color (decimal): -9138626 or 4099700. OLE color: 4099700.
HSL color Cylindrical-coordinate representation of color #748E3E: hue angle of 79.5º 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 #748E3E is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 142 | 62 | - |
| CMYK | 0.18 | 0 | 0.56 | 0.44 |
| HSL | 79.5º | 0.39% | 0.4% | - |
| HSV(B) | 79.5º | 0.56% | 0.56% | - |
| XYZ | 17.74 | 23.41 | 8.14 | - |
| YUV | 125.11 | 92.39 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 142 | 62 | 0.18 | 0 | 0.56 | 0.44 | 79.5 | 0.39 | 0.4 |
| Hex | 74 | 8E | 3E | 12 | 0 | 38 | 2C | 50 | 27 | 28 |
| Octal | 164 | 216 | 76 | 22 | 0 | 70 | 54 | 120 | 47 | 50 |
| Binary | 1110100 | 10001110 | 111110 | 10010 | 0 | 111000 | 101100 | 1010000 | 100111 | 101000 |
Color Harmonies of #748E3E
Complementary color
Monochromatic Colors of #748E3E
Black with #748E3E
Text Example
Text Example
White with #748E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748E3E; }
p { color: rgb(116,142,62); }
H1.HeaderClassName
{
color: #748E3E;
}
.AnyTagClassName
{
color: #748E3E;
}
</style>
background-color css
<style>
a { background-color: #748E3E; }
a { background-color: rgb(116,142,62); }
div.DivClassName
{
background-color: #748E3E;
}
.BgClassName
{
background-color: #748E3E;
}
</style>
border-color css
<style>
span { border-color: #748E3E; }
span { border-color: rgb(116,142,62); }
td.TdClassName
{
border-color: #748E3E;
}
.TagClassName
{
border-color: #748E3E;
}
</style>