Shades of Wasabi #748B42
Tints of Wasabi #748B42
RGB
CMYK
RGB Variations
Color information
#748B42 (or 0x748B42) is known color: Wasabi. HEX triplet: 74, 8B and 42. RGB value is (116,139,66). Sum of RGB (Red+Green+Blue) = 116+139+66=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 139 (54.69% from 255 or 43.30% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 139 - color contains mainly: green. Hex color #748B42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748B42 is #8B74BD. Grayscale: #7C7C7C. Windows color (decimal): -9139390 or 4361076. OLE color: 4361076.
HSL color Cylindrical-coordinate representation of color #748B42: hue angle of 78.9º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #748B42 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 139 | 66 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.45 |
| HSL | 78.9º | 0.36% | 0.4% | - |
| HSV(B) | 78.9º | 0.53% | 0.55% | - |
| XYZ | 17.42 | 22.57 | 8.59 | - |
| YUV | 123.8 | 95.38 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 139 | 66 | 0.17 | 0 | 0.53 | 0.45 | 78.9 | 0.36 | 0.4 |
| Hex | 74 | 8B | 42 | 11 | 0 | 35 | 2D | 4F | 24 | 28 |
| Octal | 164 | 213 | 102 | 21 | 0 | 65 | 55 | 117 | 44 | 50 |
| Binary | 1110100 | 10001011 | 1000010 | 10001 | 0 | 110101 | 101101 | 1001111 | 100100 | 101000 |
Color Harmonies of #748B42
Complementary color
Monochromatic Colors of #748B42
Black with #748B42
Text Example
Text Example
White with #748B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748B42; }
p { color: rgb(116,139,66); }
H1.HeaderClassName
{
color: #748B42;
}
.AnyTagClassName
{
color: #748B42;
}
</style>
background-color css
<style>
a { background-color: #748B42; }
a { background-color: rgb(116,139,66); }
div.DivClassName
{
background-color: #748B42;
}
.BgClassName
{
background-color: #748B42;
}
</style>
border-color css
<style>
span { border-color: #748B42; }
span { border-color: rgb(116,139,66); }
td.TdClassName
{
border-color: #748B42;
}
.TagClassName
{
border-color: #748B42;
}
</style>