Shades of Wasabi #758540
Tints of Wasabi #758540
RGB
CMYK
RGB Variations
Color information
#758540 (or 0x758540) is known color: Wasabi. HEX triplet: 75, 85 and 40. RGB value is (117,133,64). Sum of RGB (Red+Green+Blue) = 117+133+64=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 133 - color contains mainly: green. Hex color #758540 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758540 is #8A7ABF. Grayscale: #787878. Windows color (decimal): -9075392 or 4228469. OLE color: 4228469.
HSL color Cylindrical-coordinate representation of color #758540: hue angle of 73.91º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #758540 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 133 | 64 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.48 |
| HSL | 73.91º | 0.35% | 0.39% | - |
| HSV(B) | 73.91º | 0.52% | 0.52% | - |
| XYZ | 16.65 | 20.93 | 8.01 | - |
| YUV | 120.35 | 96.2 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 133 | 64 | 0.12 | 0 | 0.52 | 0.48 | 73.91 | 0.35 | 0.39 |
| Hex | 75 | 85 | 40 | C | 0 | 34 | 30 | 4A | 23 | 27 |
| Octal | 165 | 205 | 100 | 14 | 0 | 64 | 60 | 112 | 43 | 47 |
| Binary | 1110101 | 10000101 | 1000000 | 1100 | 0 | 110100 | 110000 | 1001010 | 100011 | 100111 |
Color Harmonies of #758540
Complementary color
Monochromatic Colors of #758540
Black with #758540
Text Example
Text Example
White with #758540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758540; }
p { color: rgb(117,133,64); }
H1.HeaderClassName
{
color: #758540;
}
.AnyTagClassName
{
color: #758540;
}
</style>
background-color css
<style>
a { background-color: #758540; }
a { background-color: rgb(117,133,64); }
div.DivClassName
{
background-color: #758540;
}
.BgClassName
{
background-color: #758540;
}
</style>
border-color css
<style>
span { border-color: #758540; }
span { border-color: rgb(117,133,64); }
td.TdClassName
{
border-color: #758540;
}
.TagClassName
{
border-color: #758540;
}
</style>