Shades of Wasabi #748A39
Tints of Wasabi #748A39
RGB
CMYK
RGB Variations
Color information
#748A39 (or 0x748A39) is known color: Wasabi. HEX triplet: 74, 8A and 39. RGB value is (116,138,57). Sum of RGB (Red+Green+Blue) = 116+138+57=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 138 (54.30% from 255 or 44.37% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 138 - color contains mainly: green. Hex color #748A39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748A39 is #8B75C6. Grayscale: #7A7A7A. Windows color (decimal): -9139655 or 3770996. OLE color: 3770996.
HSL color Cylindrical-coordinate representation of color #748A39: hue angle of 76.3º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #748A39 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 138 | 57 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.46 |
| HSL | 76.3º | 0.42% | 0.38% | - |
| HSV(B) | 76.3º | 0.59% | 0.54% | - |
| XYZ | 17.03 | 22.19 | 7.26 | - |
| YUV | 122.19 | 91.21 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 138 | 57 | 0.16 | 0 | 0.59 | 0.46 | 76.3 | 0.42 | 0.38 |
| Hex | 74 | 8A | 39 | 10 | 0 | 3B | 2E | 4C | 2A | 26 |
| Octal | 164 | 212 | 71 | 20 | 0 | 73 | 56 | 114 | 52 | 46 |
| Binary | 1110100 | 10001010 | 111001 | 10000 | 0 | 111011 | 101110 | 1001100 | 101010 | 100110 |
Color Harmonies of #748A39
Complementary color
Monochromatic Colors of #748A39
Black with #748A39
Text Example
Text Example
White with #748A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748A39; }
p { color: rgb(116,138,57); }
H1.HeaderClassName
{
color: #748A39;
}
.AnyTagClassName
{
color: #748A39;
}
</style>
background-color css
<style>
a { background-color: #748A39; }
a { background-color: rgb(116,138,57); }
div.DivClassName
{
background-color: #748A39;
}
.BgClassName
{
background-color: #748A39;
}
</style>
border-color css
<style>
span { border-color: #748A39; }
span { border-color: rgb(116,138,57); }
td.TdClassName
{
border-color: #748A39;
}
.TagClassName
{
border-color: #748A39;
}
</style>