Shades of Wasabi #748136
Tints of Wasabi #748136
RGB
CMYK
RGB Variations
Color information
#748136 (or 0x748136) is known color: Wasabi. HEX triplet: 74, 81 and 36. RGB value is (116,129,54). Sum of RGB (Red+Green+Blue) = 116+129+54=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 129 (50.78% from 255 or 43.14% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 129 - color contains mainly: green. Hex color #748136 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748136 is #8B7EC9. Grayscale: #747474. Windows color (decimal): -9141962 or 3572084. OLE color: 3572084.
HSL color Cylindrical-coordinate representation of color #748136: hue angle of 70.4º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #748136 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 129 | 54 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.49 |
| HSL | 70.4º | 0.41% | 0.36% | - |
| HSV(B) | 70.4º | 0.58% | 0.51% | - |
| XYZ | 15.72 | 19.68 | 6.46 | - |
| YUV | 116.56 | 92.69 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 129 | 54 | 0.10 | 0 | 0.58 | 0.49 | 70.4 | 0.41 | 0.36 |
| Hex | 74 | 81 | 36 | A | 0 | 3A | 31 | 46 | 29 | 24 |
| Octal | 164 | 201 | 66 | 12 | 0 | 72 | 61 | 106 | 51 | 44 |
| Binary | 1110100 | 10000001 | 110110 | 1010 | 0 | 111010 | 110001 | 1000110 | 101001 | 100100 |
Color Harmonies of #748136
Complementary color
Monochromatic Colors of #748136
Black with #748136
Text Example
Text Example
White with #748136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748136; }
p { color: rgb(116,129,54); }
H1.HeaderClassName
{
color: #748136;
}
.AnyTagClassName
{
color: #748136;
}
</style>
background-color css
<style>
a { background-color: #748136; }
a { background-color: rgb(116,129,54); }
div.DivClassName
{
background-color: #748136;
}
.BgClassName
{
background-color: #748136;
}
</style>
border-color css
<style>
span { border-color: #748136; }
span { border-color: rgb(116,129,54); }
td.TdClassName
{
border-color: #748136;
}
.TagClassName
{
border-color: #748136;
}
</style>