Shades of Wasabi #758935
Tints of Wasabi #758935
RGB
CMYK
RGB Variations
Color information
#758935 (or 0x758935) is known color: Wasabi. HEX triplet: 75, 89 and 35. RGB value is (117,137,53). Sum of RGB (Red+Green+Blue) = 117+137+53=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #758935 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758935 is #8A76CA. Grayscale: #797979. Windows color (decimal): -9074379 or 3508597. OLE color: 3508597.
HSL color Cylindrical-coordinate representation of color #758935: hue angle of 74.29º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #758935 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 137 | 53 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.46 |
| HSL | 74.29º | 0.44% | 0.37% | - |
| HSV(B) | 74.29º | 0.61% | 0.54% | - |
| XYZ | 16.92 | 21.93 | 6.71 | - |
| YUV | 121.44 | 89.37 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 137 | 53 | 0.15 | 0 | 0.61 | 0.46 | 74.29 | 0.44 | 0.37 |
| Hex | 75 | 89 | 35 | F | 0 | 3D | 2E | 4A | 2C | 25 |
| Octal | 165 | 211 | 65 | 17 | 0 | 75 | 56 | 112 | 54 | 45 |
| Binary | 1110101 | 10001001 | 110101 | 1111 | 0 | 111101 | 101110 | 1001010 | 101100 | 100101 |
Color Harmonies of #758935
Complementary color
Monochromatic Colors of #758935
Black with #758935
Text Example
Text Example
White with #758935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758935; }
p { color: rgb(117,137,53); }
H1.HeaderClassName
{
color: #758935;
}
.AnyTagClassName
{
color: #758935;
}
</style>
background-color css
<style>
a { background-color: #758935; }
a { background-color: rgb(117,137,53); }
div.DivClassName
{
background-color: #758935;
}
.BgClassName
{
background-color: #758935;
}
</style>
border-color css
<style>
span { border-color: #758935; }
span { border-color: rgb(117,137,53); }
td.TdClassName
{
border-color: #758935;
}
.TagClassName
{
border-color: #758935;
}
</style>