Shades of Wasabi #758931
Tints of Wasabi #758931
RGB
CMYK
RGB Variations
Color information
#758931 (or 0x758931) is known color: Wasabi. HEX triplet: 75, 89 and 31. RGB value is (117,137,49). Sum of RGB (Red+Green+Blue) = 117+137+49=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 137 - color contains mainly: green. Hex color #758931 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758931 is #8A76CE. Grayscale: #797979. Windows color (decimal): -9074383 or 3246453. OLE color: 3246453.
HSL color Cylindrical-coordinate representation of color #758931: hue angle of 73.64º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #758931 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 137 | 49 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.46 |
| HSL | 73.64º | 0.47% | 0.36% | - |
| HSV(B) | 73.64º | 0.64% | 0.54% | - |
| XYZ | 16.84 | 21.89 | 6.24 | - |
| YUV | 120.99 | 87.37 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 137 | 49 | 0.15 | 0 | 0.64 | 0.46 | 73.64 | 0.47 | 0.36 |
| Hex | 75 | 89 | 31 | F | 0 | 40 | 2E | 4A | 2F | 24 |
| Octal | 165 | 211 | 61 | 17 | 0 | 100 | 56 | 112 | 57 | 44 |
| Binary | 1110101 | 10001001 | 110001 | 1111 | 0 | 1000000 | 101110 | 1001010 | 101111 | 100100 |
Color Harmonies of #758931
Complementary color
Monochromatic Colors of #758931
Black with #758931
Text Example
Text Example
White with #758931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758931; }
p { color: rgb(117,137,49); }
H1.HeaderClassName
{
color: #758931;
}
.AnyTagClassName
{
color: #758931;
}
</style>
background-color css
<style>
a { background-color: #758931; }
a { background-color: rgb(117,137,49); }
div.DivClassName
{
background-color: #758931;
}
.BgClassName
{
background-color: #758931;
}
</style>
border-color css
<style>
span { border-color: #758931; }
span { border-color: rgb(117,137,49); }
td.TdClassName
{
border-color: #758931;
}
.TagClassName
{
border-color: #758931;
}
</style>