Shades of Wasabi #758B41
Tints of Wasabi #758B41
RGB
CMYK
RGB Variations
Color information
#758B41 (or 0x758B41) is known color: Wasabi. HEX triplet: 75, 8B and 41. RGB value is (117,139,65). Sum of RGB (Red+Green+Blue) = 117+139+65=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 139 (54.69% from 255 or 43.30% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 139 - color contains mainly: green. Hex color #758B41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758B41 is #8A74BE. Grayscale: #7C7C7C. Windows color (decimal): -9073855 or 4295541. OLE color: 4295541.
HSL color Cylindrical-coordinate representation of color #758B41: hue angle of 77.84º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #758B41 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 139 | 65 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.45 |
| HSL | 77.84º | 0.36% | 0.4% | - |
| HSV(B) | 77.84º | 0.53% | 0.55% | - |
| XYZ | 17.52 | 22.63 | 8.45 | - |
| YUV | 123.99 | 94.71 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 65 | 0.16 | 0 | 0.53 | 0.45 | 77.84 | 0.36 | 0.4 |
| Hex | 75 | 8B | 41 | 10 | 0 | 35 | 2D | 4E | 24 | 28 |
| Octal | 165 | 213 | 101 | 20 | 0 | 65 | 55 | 116 | 44 | 50 |
| Binary | 1110101 | 10001011 | 1000001 | 10000 | 0 | 110101 | 101101 | 1001110 | 100100 | 101000 |
Color Harmonies of #758B41
Complementary color
Monochromatic Colors of #758B41
Black with #758B41
Text Example
Text Example
White with #758B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758B41; }
p { color: rgb(117,139,65); }
H1.HeaderClassName
{
color: #758B41;
}
.AnyTagClassName
{
color: #758B41;
}
</style>
background-color css
<style>
a { background-color: #758B41; }
a { background-color: rgb(117,139,65); }
div.DivClassName
{
background-color: #758B41;
}
.BgClassName
{
background-color: #758B41;
}
</style>
border-color css
<style>
span { border-color: #758B41; }
span { border-color: rgb(117,139,65); }
td.TdClassName
{
border-color: #758B41;
}
.TagClassName
{
border-color: #758B41;
}
</style>