Shades of Wasabi #758343
Tints of Wasabi #758343
RGB
CMYK
RGB Variations
Color information
#758343 (or 0x758343) is known color: Wasabi. HEX triplet: 75, 83 and 43. RGB value is (117,131,67). Sum of RGB (Red+Green+Blue) = 117+131+67=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 131 - color contains mainly: green. Hex color #758343 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758343 is #8A7CBC. Grayscale: #777777. Windows color (decimal): -9075901 or 4424565. OLE color: 4424565.
HSL color Cylindrical-coordinate representation of color #758343: hue angle of 73.12º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #758343 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 131 | 67 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.49 |
| HSL | 73.13º | 0.32% | 0.39% | - |
| HSV(B) | 73.13º | 0.49% | 0.51% | - |
| XYZ | 16.47 | 20.42 | 8.38 | - |
| YUV | 119.52 | 98.36 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 131 | 67 | 0.11 | 0 | 0.49 | 0.49 | 73.13 | 0.32 | 0.39 |
| Hex | 75 | 83 | 43 | B | 0 | 31 | 31 | 49 | 20 | 27 |
| Octal | 165 | 203 | 103 | 13 | 0 | 61 | 61 | 111 | 40 | 47 |
| Binary | 1110101 | 10000011 | 1000011 | 1011 | 0 | 110001 | 110001 | 1001001 | 100000 | 100111 |
Color Harmonies of #758343
Complementary color
Monochromatic Colors of #758343
Black with #758343
Text Example
Text Example
White with #758343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758343; }
p { color: rgb(117,131,67); }
H1.HeaderClassName
{
color: #758343;
}
.AnyTagClassName
{
color: #758343;
}
</style>
background-color css
<style>
a { background-color: #758343; }
a { background-color: rgb(117,131,67); }
div.DivClassName
{
background-color: #758343;
}
.BgClassName
{
background-color: #758343;
}
</style>
border-color css
<style>
span { border-color: #758343; }
span { border-color: rgb(117,131,67); }
td.TdClassName
{
border-color: #758343;
}
.TagClassName
{
border-color: #758343;
}
</style>