Shades of Wasabi #758948
Tints of Wasabi #758948
RGB
CMYK
RGB Variations
Color information
#758948 (or 0x758948) is known color: Wasabi. HEX triplet: 75, 89 and 48. RGB value is (117,137,72). Sum of RGB (Red+Green+Blue) = 117+137+72=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 137 - color contains mainly: green. Hex color #758948 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758948 is #8A76B7. Grayscale: #7B7B7B. Windows color (decimal): -9074360 or 4753781. OLE color: 4753781.
HSL color Cylindrical-coordinate representation of color #758948: hue angle of 78.46º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #758948 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 137 | 72 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.46 |
| HSL | 78.46º | 0.31% | 0.41% | - |
| HSV(B) | 78.46º | 0.47% | 0.54% | - |
| XYZ | 17.45 | 22.14 | 9.48 | - |
| YUV | 123.61 | 98.87 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 137 | 72 | 0.15 | 0 | 0.47 | 0.46 | 78.46 | 0.31 | 0.41 |
| Hex | 75 | 89 | 48 | F | 0 | 2F | 2E | 4E | 1F | 29 |
| Octal | 165 | 211 | 110 | 17 | 0 | 57 | 56 | 116 | 37 | 51 |
| Binary | 1110101 | 10001001 | 1001000 | 1111 | 0 | 101111 | 101110 | 1001110 | 11111 | 101001 |
Color Harmonies of #758948
Complementary color
Monochromatic Colors of #758948
Black with #758948
Text Example
Text Example
White with #758948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758948; }
p { color: rgb(117,137,72); }
H1.HeaderClassName
{
color: #758948;
}
.AnyTagClassName
{
color: #758948;
}
</style>
background-color css
<style>
a { background-color: #758948; }
a { background-color: rgb(117,137,72); }
div.DivClassName
{
background-color: #758948;
}
.BgClassName
{
background-color: #758948;
}
</style>
border-color css
<style>
span { border-color: #758948; }
span { border-color: rgb(117,137,72); }
td.TdClassName
{
border-color: #758948;
}
.TagClassName
{
border-color: #758948;
}
</style>