Shades of Wasabi #758949
Tints of Wasabi #758949
RGB
CMYK
RGB Variations
Color information
#758949 (or 0x758949) is known color: Wasabi. HEX triplet: 75, 89 and 49. RGB value is (117,137,73). Sum of RGB (Red+Green+Blue) = 117+137+73=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 137 - color contains mainly: green. Hex color #758949 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758949 is #8A76B6. Grayscale: #7B7B7B. Windows color (decimal): -9074359 or 4819317. OLE color: 4819317.
HSL color Cylindrical-coordinate representation of color #758949: hue angle of 78.75º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #758949 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 137 | 73 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.46 |
| HSL | 78.75º | 0.3% | 0.41% | - |
| HSV(B) | 78.75º | 0.47% | 0.54% | - |
| XYZ | 17.48 | 22.15 | 9.66 | - |
| YUV | 123.72 | 99.37 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 137 | 73 | 0.15 | 0 | 0.47 | 0.46 | 78.75 | 0.3 | 0.41 |
| Hex | 75 | 89 | 49 | F | 0 | 2F | 2E | 4F | 1E | 29 |
| Octal | 165 | 211 | 111 | 17 | 0 | 57 | 56 | 117 | 36 | 51 |
| Binary | 1110101 | 10001001 | 1001001 | 1111 | 0 | 101111 | 101110 | 1001111 | 11110 | 101001 |
Color Harmonies of #758949
Complementary color
Monochromatic Colors of #758949
Black with #758949
Text Example
Text Example
White with #758949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758949; }
p { color: rgb(117,137,73); }
H1.HeaderClassName
{
color: #758949;
}
.AnyTagClassName
{
color: #758949;
}
</style>
background-color css
<style>
a { background-color: #758949; }
a { background-color: rgb(117,137,73); }
div.DivClassName
{
background-color: #758949;
}
.BgClassName
{
background-color: #758949;
}
</style>
border-color css
<style>
span { border-color: #758949; }
span { border-color: rgb(117,137,73); }
td.TdClassName
{
border-color: #758949;
}
.TagClassName
{
border-color: #758949;
}
</style>