Shades of Wasabi #758745
Tints of Wasabi #758745
RGB
CMYK
RGB Variations
Color information
#758745 (or 0x758745) is known color: Wasabi. HEX triplet: 75, 87 and 45. RGB value is (117,135,69). Sum of RGB (Red+Green+Blue) = 117+135+69=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 135 - color contains mainly: green. Hex color #758745 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758745 is #8A78BA. Grayscale: #7A7A7A. Windows color (decimal): -9074875 or 4556661. OLE color: 4556661.
HSL color Cylindrical-coordinate representation of color #758745: hue angle of 76.36º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #758745 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 135 | 69 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.47 |
| HSL | 76.36º | 0.32% | 0.4% | - |
| HSV(B) | 76.36º | 0.49% | 0.53% | - |
| XYZ | 17.07 | 21.54 | 8.89 | - |
| YUV | 122.09 | 98.04 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 135 | 69 | 0.13 | 0 | 0.49 | 0.47 | 76.36 | 0.32 | 0.4 |
| Hex | 75 | 87 | 45 | D | 0 | 31 | 2F | 4C | 20 | 28 |
| Octal | 165 | 207 | 105 | 15 | 0 | 61 | 57 | 114 | 40 | 50 |
| Binary | 1110101 | 10000111 | 1000101 | 1101 | 0 | 110001 | 101111 | 1001100 | 100000 | 101000 |
Color Harmonies of #758745
Complementary color
Monochromatic Colors of #758745
Black with #758745
Text Example
Text Example
White with #758745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758745; }
p { color: rgb(117,135,69); }
H1.HeaderClassName
{
color: #758745;
}
.AnyTagClassName
{
color: #758745;
}
</style>
background-color css
<style>
a { background-color: #758745; }
a { background-color: rgb(117,135,69); }
div.DivClassName
{
background-color: #758745;
}
.BgClassName
{
background-color: #758745;
}
</style>
border-color css
<style>
span { border-color: #758745; }
span { border-color: rgb(117,135,69); }
td.TdClassName
{
border-color: #758745;
}
.TagClassName
{
border-color: #758745;
}
</style>