Shades of Wasabi #757D40
Tints of Wasabi #757D40
RGB
CMYK
RGB Variations
Color information
#757D40 (or 0x757D40) is known color: Wasabi. HEX triplet: 75, 7D and 40. RGB value is (117,125,64). Sum of RGB (Red+Green+Blue) = 117+125+64=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 125 (49.22% from 255 or 40.85% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 125 - color contains mainly: green. Hex color #757D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757D40 is #8A82BF. Grayscale: #737373. Windows color (decimal): -9077440 or 4226421. OLE color: 4226421.
HSL color Cylindrical-coordinate representation of color #757D40: hue angle of 67.87º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #757D40 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 125 | 64 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.51 |
| HSL | 67.87º | 0.32% | 0.37% | - |
| HSV(B) | 67.87º | 0.49% | 0.49% | - |
| XYZ | 15.6 | 18.82 | 7.66 | - |
| YUV | 115.65 | 98.85 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 125 | 64 | 0.06 | 0 | 0.49 | 0.51 | 67.87 | 0.32 | 0.37 |
| Hex | 75 | 7D | 40 | 6 | 0 | 31 | 33 | 44 | 20 | 25 |
| Octal | 165 | 175 | 100 | 6 | 0 | 61 | 63 | 104 | 40 | 45 |
| Binary | 1110101 | 1111101 | 1000000 | 110 | 0 | 110001 | 110011 | 1000100 | 100000 | 100101 |
Color Harmonies of #757D40
Complementary color
Monochromatic Colors of #757D40
Black with #757D40
Text Example
Text Example
White with #757D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757D40; }
p { color: rgb(117,125,64); }
H1.HeaderClassName
{
color: #757D40;
}
.AnyTagClassName
{
color: #757D40;
}
</style>
background-color css
<style>
a { background-color: #757D40; }
a { background-color: rgb(117,125,64); }
div.DivClassName
{
background-color: #757D40;
}
.BgClassName
{
background-color: #757D40;
}
</style>
border-color css
<style>
span { border-color: #757D40; }
span { border-color: rgb(117,125,64); }
td.TdClassName
{
border-color: #757D40;
}
.TagClassName
{
border-color: #757D40;
}
</style>