Shades of Wasabi #758D3D
Tints of Wasabi #758D3D
RGB
CMYK
RGB Variations
Color information
#758D3D (or 0x758D3D) is known color: Wasabi. HEX triplet: 75, 8D and 3D. RGB value is (117,141,61). Sum of RGB (Red+Green+Blue) = 117+141+61=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 141 (55.47% from 255 or 44.20% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 141 - color contains mainly: green. Hex color #758D3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758D3D is #8A72C2. Grayscale: #7C7C7C. Windows color (decimal): -9073347 or 4033909. OLE color: 4033909.
HSL color Cylindrical-coordinate representation of color #758D3D: hue angle of 78º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #758D3D is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 141 | 61 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.45 |
| HSL | 78º | 0.4% | 0.4% | - |
| HSV(B) | 78º | 0.57% | 0.55% | - |
| XYZ | 17.7 | 23.17 | 7.95 | - |
| YUV | 124.7 | 92.05 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 141 | 61 | 0.17 | 0 | 0.57 | 0.45 | 78 | 0.4 | 0.4 |
| Hex | 75 | 8D | 3D | 11 | 0 | 39 | 2D | 4E | 28 | 28 |
| Octal | 165 | 215 | 75 | 21 | 0 | 71 | 55 | 116 | 50 | 50 |
| Binary | 1110101 | 10001101 | 111101 | 10001 | 0 | 111001 | 101101 | 1001110 | 101000 | 101000 |
Color Harmonies of #758D3D
Complementary color
Monochromatic Colors of #758D3D
Black with #758D3D
Text Example
Text Example
White with #758D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758D3D; }
p { color: rgb(117,141,61); }
H1.HeaderClassName
{
color: #758D3D;
}
.AnyTagClassName
{
color: #758D3D;
}
</style>
background-color css
<style>
a { background-color: #758D3D; }
a { background-color: rgb(117,141,61); }
div.DivClassName
{
background-color: #758D3D;
}
.BgClassName
{
background-color: #758D3D;
}
</style>
border-color css
<style>
span { border-color: #758D3D; }
span { border-color: rgb(117,141,61); }
td.TdClassName
{
border-color: #758D3D;
}
.TagClassName
{
border-color: #758D3D;
}
</style>