Shades of Wasabi #758845
Tints of Wasabi #758845
RGB
CMYK
RGB Variations
Color information
#758845 (or 0x758845) is known color: Wasabi. HEX triplet: 75, 88 and 45. RGB value is (117,136,69). Sum of RGB (Red+Green+Blue) = 117+136+69=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 136 - color contains mainly: green. Hex color #758845 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758845 is #8A77BA. Grayscale: #7A7A7A. Windows color (decimal): -9074619 or 4556917. OLE color: 4556917.
HSL color Cylindrical-coordinate representation of color #758845: hue angle of 77.01º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #758845 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 136 | 69 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.47 |
| HSL | 77.01º | 0.33% | 0.4% | - |
| HSV(B) | 77.01º | 0.49% | 0.53% | - |
| XYZ | 17.21 | 21.82 | 8.93 | - |
| YUV | 122.68 | 97.71 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 136 | 69 | 0.14 | 0 | 0.49 | 0.47 | 77.01 | 0.33 | 0.4 |
| Hex | 75 | 88 | 45 | E | 0 | 31 | 2F | 4D | 21 | 28 |
| Octal | 165 | 210 | 105 | 16 | 0 | 61 | 57 | 115 | 41 | 50 |
| Binary | 1110101 | 10001000 | 1000101 | 1110 | 0 | 110001 | 101111 | 1001101 | 100001 | 101000 |
Color Harmonies of #758845
Complementary color
Monochromatic Colors of #758845
Black with #758845
Text Example
Text Example
White with #758845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758845; }
p { color: rgb(117,136,69); }
H1.HeaderClassName
{
color: #758845;
}
.AnyTagClassName
{
color: #758845;
}
</style>
background-color css
<style>
a { background-color: #758845; }
a { background-color: rgb(117,136,69); }
div.DivClassName
{
background-color: #758845;
}
.BgClassName
{
background-color: #758845;
}
</style>
border-color css
<style>
span { border-color: #758845; }
span { border-color: rgb(117,136,69); }
td.TdClassName
{
border-color: #758845;
}
.TagClassName
{
border-color: #758845;
}
</style>