Shades of Wasabi #758441
Tints of Wasabi #758441
RGB
CMYK
RGB Variations
Color information
#758441 (or 0x758441) is known color: Wasabi. HEX triplet: 75, 84 and 41. RGB value is (117,132,65). Sum of RGB (Red+Green+Blue) = 117+132+65=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 132 - color contains mainly: green. Hex color #758441 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758441 is #8A7BBE. Grayscale: #787878. Windows color (decimal): -9075647 or 4293749. OLE color: 4293749.
HSL color Cylindrical-coordinate representation of color #758441: hue angle of 73.43º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #758441 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 132 | 65 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.48 |
| HSL | 73.43º | 0.34% | 0.39% | - |
| HSV(B) | 73.43º | 0.51% | 0.52% | - |
| XYZ | 16.54 | 20.67 | 8.12 | - |
| YUV | 119.88 | 97.03 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 132 | 65 | 0.11 | 0 | 0.51 | 0.48 | 73.43 | 0.34 | 0.39 |
| Hex | 75 | 84 | 41 | B | 0 | 33 | 30 | 49 | 22 | 27 |
| Octal | 165 | 204 | 101 | 13 | 0 | 63 | 60 | 111 | 42 | 47 |
| Binary | 1110101 | 10000100 | 1000001 | 1011 | 0 | 110011 | 110000 | 1001001 | 100010 | 100111 |
Color Harmonies of #758441
Complementary color
Monochromatic Colors of #758441
Black with #758441
Text Example
Text Example
White with #758441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758441; }
p { color: rgb(117,132,65); }
H1.HeaderClassName
{
color: #758441;
}
.AnyTagClassName
{
color: #758441;
}
</style>
background-color css
<style>
a { background-color: #758441; }
a { background-color: rgb(117,132,65); }
div.DivClassName
{
background-color: #758441;
}
.BgClassName
{
background-color: #758441;
}
</style>
border-color css
<style>
span { border-color: #758441; }
span { border-color: rgb(117,132,65); }
td.TdClassName
{
border-color: #758441;
}
.TagClassName
{
border-color: #758441;
}
</style>