Shades of Wasabi #748039
Tints of Wasabi #748039
RGB
CMYK
RGB Variations
Color information
#748039 (or 0x748039) is known color: Wasabi. HEX triplet: 74, 80 and 39. RGB value is (116,128,57). Sum of RGB (Red+Green+Blue) = 116+128+57=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 57 (22.66% from 255 or 18.94% from 301); Max value from RGB is 128 - color contains mainly: green. Hex color #748039 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748039 is #8B7FC6. Grayscale: #747474. Windows color (decimal): -9142215 or 3768436. OLE color: 3768436.
HSL color Cylindrical-coordinate representation of color #748039: hue angle of 70.14º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #748039 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 128 | 57 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.50 |
| HSL | 70.14º | 0.38% | 0.36% | - |
| HSV(B) | 70.14º | 0.55% | 0.5% | - |
| XYZ | 15.66 | 19.45 | 6.8 | - |
| YUV | 116.32 | 94.52 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 128 | 57 | 0.09 | 0 | 0.55 | 0.50 | 70.14 | 0.38 | 0.36 |
| Hex | 74 | 80 | 39 | 9 | 0 | 37 | 32 | 46 | 26 | 24 |
| Octal | 164 | 200 | 71 | 11 | 0 | 67 | 62 | 106 | 46 | 44 |
| Binary | 1110100 | 10000000 | 111001 | 1001 | 0 | 110111 | 110010 | 1000110 | 100110 | 100100 |
Color Harmonies of #748039
Complementary color
Monochromatic Colors of #748039
Black with #748039
Text Example
Text Example
White with #748039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748039; }
p { color: rgb(116,128,57); }
H1.HeaderClassName
{
color: #748039;
}
.AnyTagClassName
{
color: #748039;
}
</style>
background-color css
<style>
a { background-color: #748039; }
a { background-color: rgb(116,128,57); }
div.DivClassName
{
background-color: #748039;
}
.BgClassName
{
background-color: #748039;
}
</style>
border-color css
<style>
span { border-color: #748039; }
span { border-color: rgb(116,128,57); }
td.TdClassName
{
border-color: #748039;
}
.TagClassName
{
border-color: #748039;
}
</style>