Shades of Wasabi #748239
Tints of Wasabi #748239
RGB
CMYK
RGB Variations
Color information
#748239 (or 0x748239) is known color: Wasabi. HEX triplet: 74, 82 and 39. RGB value is (116,130,57). Sum of RGB (Red+Green+Blue) = 116+130+57=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 57 (22.66% from 255 or 18.81% from 303); Max value from RGB is 130 - color contains mainly: green. Hex color #748239 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748239 is #8B7DC6. Grayscale: #757575. Windows color (decimal): -9141703 or 3768948. OLE color: 3768948.
HSL color Cylindrical-coordinate representation of color #748239: hue angle of 71.51º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #748239 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 130 | 57 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.49 |
| HSL | 71.51º | 0.39% | 0.37% | - |
| HSV(B) | 71.51º | 0.56% | 0.51% | - |
| XYZ | 15.92 | 19.97 | 6.89 | - |
| YUV | 117.49 | 93.86 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 130 | 57 | 0.11 | 0 | 0.56 | 0.49 | 71.51 | 0.39 | 0.37 |
| Hex | 74 | 82 | 39 | B | 0 | 38 | 31 | 48 | 27 | 25 |
| Octal | 164 | 202 | 71 | 13 | 0 | 70 | 61 | 110 | 47 | 45 |
| Binary | 1110100 | 10000010 | 111001 | 1011 | 0 | 111000 | 110001 | 1001000 | 100111 | 100101 |
Color Harmonies of #748239
Complementary color
Monochromatic Colors of #748239
Black with #748239
Text Example
Text Example
White with #748239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748239; }
p { color: rgb(116,130,57); }
H1.HeaderClassName
{
color: #748239;
}
.AnyTagClassName
{
color: #748239;
}
</style>
background-color css
<style>
a { background-color: #748239; }
a { background-color: rgb(116,130,57); }
div.DivClassName
{
background-color: #748239;
}
.BgClassName
{
background-color: #748239;
}
</style>
border-color css
<style>
span { border-color: #748239; }
span { border-color: rgb(116,130,57); }
td.TdClassName
{
border-color: #748239;
}
.TagClassName
{
border-color: #748239;
}
</style>