Shades of Wasabi #748443
Tints of Wasabi #748443
RGB
CMYK
RGB Variations
Color information
#748443 (or 0x748443) is known color: Wasabi. HEX triplet: 74, 84 and 43. RGB value is (116,132,67). Sum of RGB (Red+Green+Blue) = 116+132+67=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 132 - color contains mainly: green. Hex color #748443 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748443 is #8B7BBC. Grayscale: #787878. Windows color (decimal): -9141181 or 4424820. OLE color: 4424820.
HSL color Cylindrical-coordinate representation of color #748443: hue angle of 74.77º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #748443 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 132 | 67 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.48 |
| HSL | 74.77º | 0.33% | 0.39% | - |
| HSV(B) | 74.77º | 0.49% | 0.52% | - |
| XYZ | 16.47 | 20.62 | 8.42 | - |
| YUV | 119.81 | 98.2 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 132 | 67 | 0.12 | 0 | 0.49 | 0.48 | 74.77 | 0.33 | 0.39 |
| Hex | 74 | 84 | 43 | C | 0 | 31 | 30 | 4B | 21 | 27 |
| Octal | 164 | 204 | 103 | 14 | 0 | 61 | 60 | 113 | 41 | 47 |
| Binary | 1110100 | 10000100 | 1000011 | 1100 | 0 | 110001 | 110000 | 1001011 | 100001 | 100111 |
Color Harmonies of #748443
Complementary color
Monochromatic Colors of #748443
Black with #748443
Text Example
Text Example
White with #748443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748443; }
p { color: rgb(116,132,67); }
H1.HeaderClassName
{
color: #748443;
}
.AnyTagClassName
{
color: #748443;
}
</style>
background-color css
<style>
a { background-color: #748443; }
a { background-color: rgb(116,132,67); }
div.DivClassName
{
background-color: #748443;
}
.BgClassName
{
background-color: #748443;
}
</style>
border-color css
<style>
span { border-color: #748443; }
span { border-color: rgb(116,132,67); }
td.TdClassName
{
border-color: #748443;
}
.TagClassName
{
border-color: #748443;
}
</style>