Shades of Wasabi #748943
Tints of Wasabi #748943
RGB
CMYK
RGB Variations
Color information
#748943 (or 0x748943) is known color: Wasabi. HEX triplet: 74, 89 and 43. RGB value is (116,137,67). Sum of RGB (Red+Green+Blue) = 116+137+67=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 137 - color contains mainly: green. Hex color #748943 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748943 is #8B76BC. Grayscale: #7B7B7B. Windows color (decimal): -9139901 or 4426100. OLE color: 4426100.
HSL color Cylindrical-coordinate representation of color #748943: hue angle of 78º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #748943 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 137 | 67 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.46 |
| HSL | 78º | 0.34% | 0.4% | - |
| HSV(B) | 78º | 0.51% | 0.54% | - |
| XYZ | 17.16 | 22.01 | 8.65 | - |
| YUV | 122.74 | 96.54 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 137 | 67 | 0.15 | 0 | 0.51 | 0.46 | 78 | 0.34 | 0.4 |
| Hex | 74 | 89 | 43 | F | 0 | 33 | 2E | 4E | 22 | 28 |
| Octal | 164 | 211 | 103 | 17 | 0 | 63 | 56 | 116 | 42 | 50 |
| Binary | 1110100 | 10001001 | 1000011 | 1111 | 0 | 110011 | 101110 | 1001110 | 100010 | 101000 |
Color Harmonies of #748943
Complementary color
Monochromatic Colors of #748943
Black with #748943
Text Example
Text Example
White with #748943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748943; }
p { color: rgb(116,137,67); }
H1.HeaderClassName
{
color: #748943;
}
.AnyTagClassName
{
color: #748943;
}
</style>
background-color css
<style>
a { background-color: #748943; }
a { background-color: rgb(116,137,67); }
div.DivClassName
{
background-color: #748943;
}
.BgClassName
{
background-color: #748943;
}
</style>
border-color css
<style>
span { border-color: #748943; }
span { border-color: rgb(116,137,67); }
td.TdClassName
{
border-color: #748943;
}
.TagClassName
{
border-color: #748943;
}
</style>