Shades of Wasabi #758A45
Tints of Wasabi #758A45
RGB
CMYK
RGB Variations
Color information
#758A45 (or 0x758A45) is known color: Wasabi. HEX triplet: 75, 8A and 45. RGB value is (117,138,69). Sum of RGB (Red+Green+Blue) = 117+138+69=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 138 - color contains mainly: green. Hex color #758A45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758A45 is #8A75BA. Grayscale: #7C7C7C. Windows color (decimal): -9074107 or 4557429. OLE color: 4557429.
HSL color Cylindrical-coordinate representation of color #758A45: hue angle of 78.26º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #758A45 is Cyan = 0.15, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 138 | 69 | - |
| CMYK | 0.15 | 0 | 0.5 | 0.46 |
| HSL | 78.26º | 0.33% | 0.41% | - |
| HSV(B) | 78.26º | 0.5% | 0.54% | - |
| XYZ | 17.5 | 22.39 | 9.03 | - |
| YUV | 123.86 | 97.04 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 138 | 69 | 0.15 | 0 | 0.5 | 0.46 | 78.26 | 0.33 | 0.41 |
| Hex | 75 | 8A | 45 | F | 0 | 32 | 2E | 4E | 21 | 29 |
| Octal | 165 | 212 | 105 | 17 | 0 | 62 | 56 | 116 | 41 | 51 |
| Binary | 1110101 | 10001010 | 1000101 | 1111 | 0 | 110010 | 101110 | 1001110 | 100001 | 101001 |
Color Harmonies of #758A45
Complementary color
Monochromatic Colors of #758A45
Black with #758A45
Text Example
Text Example
White with #758A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758A45; }
p { color: rgb(117,138,69); }
H1.HeaderClassName
{
color: #758A45;
}
.AnyTagClassName
{
color: #758A45;
}
</style>
background-color css
<style>
a { background-color: #758A45; }
a { background-color: rgb(117,138,69); }
div.DivClassName
{
background-color: #758A45;
}
.BgClassName
{
background-color: #758A45;
}
</style>
border-color css
<style>
span { border-color: #758A45; }
span { border-color: rgb(117,138,69); }
td.TdClassName
{
border-color: #758A45;
}
.TagClassName
{
border-color: #758A45;
}
</style>