Shades of Wasabi #748740
Tints of Wasabi #748740
RGB
CMYK
RGB Variations
Color information
#748740 (or 0x748740) is known color: Wasabi. HEX triplet: 74, 87 and 40. RGB value is (116,135,64). Sum of RGB (Red+Green+Blue) = 116+135+64=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 135 - color contains mainly: green. Hex color #748740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748740 is #8B78BF. Grayscale: #797979. Windows color (decimal): -9140416 or 4228980. OLE color: 4228980.
HSL color Cylindrical-coordinate representation of color #748740: hue angle of 76.06º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #748740 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 135 | 64 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.47 |
| HSL | 76.06º | 0.36% | 0.39% | - |
| HSV(B) | 76.06º | 0.53% | 0.53% | - |
| XYZ | 16.79 | 21.41 | 8.1 | - |
| YUV | 121.23 | 95.71 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 135 | 64 | 0.14 | 0 | 0.53 | 0.47 | 76.06 | 0.36 | 0.39 |
| Hex | 74 | 87 | 40 | E | 0 | 35 | 2F | 4C | 24 | 27 |
| Octal | 164 | 207 | 100 | 16 | 0 | 65 | 57 | 114 | 44 | 47 |
| Binary | 1110100 | 10000111 | 1000000 | 1110 | 0 | 110101 | 101111 | 1001100 | 100100 | 100111 |
Color Harmonies of #748740
Complementary color
Monochromatic Colors of #748740
Black with #748740
Text Example
Text Example
White with #748740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748740; }
p { color: rgb(116,135,64); }
H1.HeaderClassName
{
color: #748740;
}
.AnyTagClassName
{
color: #748740;
}
</style>
background-color css
<style>
a { background-color: #748740; }
a { background-color: rgb(116,135,64); }
div.DivClassName
{
background-color: #748740;
}
.BgClassName
{
background-color: #748740;
}
</style>
border-color css
<style>
span { border-color: #748740; }
span { border-color: rgb(116,135,64); }
td.TdClassName
{
border-color: #748740;
}
.TagClassName
{
border-color: #748740;
}
</style>