Shades of Wasabi #758C45
Tints of Wasabi #758C45
RGB
CMYK
RGB Variations
Color information
#758C45 (or 0x758C45) is known color: Wasabi. HEX triplet: 75, 8C and 45. RGB value is (117,140,69). Sum of RGB (Red+Green+Blue) = 117+140+69=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 140 - color contains mainly: green. Hex color #758C45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758C45 is #8A73BA. Grayscale: #7D7D7D. Windows color (decimal): -9073595 or 4557941. OLE color: 4557941.
HSL color Cylindrical-coordinate representation of color #758C45: hue angle of 79.44º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #758C45 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 140 | 69 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.45 |
| HSL | 79.44º | 0.34% | 0.41% | - |
| HSV(B) | 79.44º | 0.51% | 0.55% | - |
| XYZ | 17.79 | 22.97 | 9.13 | - |
| YUV | 125.03 | 96.38 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 140 | 69 | 0.16 | 0 | 0.51 | 0.45 | 79.44 | 0.34 | 0.41 |
| Hex | 75 | 8C | 45 | 10 | 0 | 33 | 2D | 4F | 22 | 29 |
| Octal | 165 | 214 | 105 | 20 | 0 | 63 | 55 | 117 | 42 | 51 |
| Binary | 1110101 | 10001100 | 1000101 | 10000 | 0 | 110011 | 101101 | 1001111 | 100010 | 101001 |
Color Harmonies of #758C45
Complementary color
Monochromatic Colors of #758C45
Black with #758C45
Text Example
Text Example
White with #758C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758C45; }
p { color: rgb(117,140,69); }
H1.HeaderClassName
{
color: #758C45;
}
.AnyTagClassName
{
color: #758C45;
}
</style>
background-color css
<style>
a { background-color: #758C45; }
a { background-color: rgb(117,140,69); }
div.DivClassName
{
background-color: #758C45;
}
.BgClassName
{
background-color: #758C45;
}
</style>
border-color css
<style>
span { border-color: #758C45; }
span { border-color: rgb(117,140,69); }
td.TdClassName
{
border-color: #758C45;
}
.TagClassName
{
border-color: #758C45;
}
</style>