Shades of Wasabi #758A42
Tints of Wasabi #758A42
RGB
CMYK
RGB Variations
Color information
#758A42 (or 0x758A42) is known color: Wasabi. HEX triplet: 75, 8A and 42. RGB value is (117,138,66). Sum of RGB (Red+Green+Blue) = 117+138+66=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 138 - color contains mainly: green. Hex color #758A42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758A42 is #8A75BD. Grayscale: #7B7B7B. Windows color (decimal): -9074110 or 4360821. OLE color: 4360821.
HSL color Cylindrical-coordinate representation of color #758A42: hue angle of 77.5º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #758A42 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 138 | 66 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.46 |
| HSL | 77.5º | 0.35% | 0.4% | - |
| HSV(B) | 77.5º | 0.52% | 0.54% | - |
| XYZ | 17.41 | 22.35 | 8.55 | - |
| YUV | 123.51 | 95.54 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 138 | 66 | 0.15 | 0 | 0.52 | 0.46 | 77.5 | 0.35 | 0.4 |
| Hex | 75 | 8A | 42 | F | 0 | 34 | 2E | 4E | 23 | 28 |
| Octal | 165 | 212 | 102 | 17 | 0 | 64 | 56 | 116 | 43 | 50 |
| Binary | 1110101 | 10001010 | 1000010 | 1111 | 0 | 110100 | 101110 | 1001110 | 100011 | 101000 |
Color Harmonies of #758A42
Complementary color
Monochromatic Colors of #758A42
Black with #758A42
Text Example
Text Example
White with #758A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758A42; }
p { color: rgb(117,138,66); }
H1.HeaderClassName
{
color: #758A42;
}
.AnyTagClassName
{
color: #758A42;
}
</style>
background-color css
<style>
a { background-color: #758A42; }
a { background-color: rgb(117,138,66); }
div.DivClassName
{
background-color: #758A42;
}
.BgClassName
{
background-color: #758A42;
}
</style>
border-color css
<style>
span { border-color: #758A42; }
span { border-color: rgb(117,138,66); }
td.TdClassName
{
border-color: #758A42;
}
.TagClassName
{
border-color: #758A42;
}
</style>