Shades of Wasabi #758840
Tints of Wasabi #758840
RGB
CMYK
RGB Variations
Color information
#758840 (or 0x758840) is known color: Wasabi. HEX triplet: 75, 88 and 40. RGB value is (117,136,64). Sum of RGB (Red+Green+Blue) = 117+136+64=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 136 - color contains mainly: green. Hex color #758840 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758840 is #8A77BF. Grayscale: #7A7A7A. Windows color (decimal): -9074624 or 4229237. OLE color: 4229237.
HSL color Cylindrical-coordinate representation of color #758840: hue angle of 75.83º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #758840 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 136 | 64 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.47 |
| HSL | 75.83º | 0.36% | 0.39% | - |
| HSV(B) | 75.83º | 0.53% | 0.53% | - |
| XYZ | 17.07 | 21.76 | 8.15 | - |
| YUV | 122.11 | 95.21 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 136 | 64 | 0.14 | 0 | 0.53 | 0.47 | 75.83 | 0.36 | 0.39 |
| Hex | 75 | 88 | 40 | E | 0 | 35 | 2F | 4C | 24 | 27 |
| Octal | 165 | 210 | 100 | 16 | 0 | 65 | 57 | 114 | 44 | 47 |
| Binary | 1110101 | 10001000 | 1000000 | 1110 | 0 | 110101 | 101111 | 1001100 | 100100 | 100111 |
Color Harmonies of #758840
Complementary color
Monochromatic Colors of #758840
Black with #758840
Text Example
Text Example
White with #758840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758840; }
p { color: rgb(117,136,64); }
H1.HeaderClassName
{
color: #758840;
}
.AnyTagClassName
{
color: #758840;
}
</style>
background-color css
<style>
a { background-color: #758840; }
a { background-color: rgb(117,136,64); }
div.DivClassName
{
background-color: #758840;
}
.BgClassName
{
background-color: #758840;
}
</style>
border-color css
<style>
span { border-color: #758840; }
span { border-color: rgb(117,136,64); }
td.TdClassName
{
border-color: #758840;
}
.TagClassName
{
border-color: #758840;
}
</style>