Shades of Wasabi #758D3C
Tints of Wasabi #758D3C
RGB
CMYK
RGB Variations
Color information
#758D3C (or 0x758D3C) is known color: Wasabi. HEX triplet: 75, 8D and 3C. RGB value is (117,141,60). Sum of RGB (Red+Green+Blue) = 117+141+60=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 141 (55.47% from 255 or 44.34% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 141 - color contains mainly: green. Hex color #758D3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758D3C is #8A72C3. Grayscale: #7C7C7C. Windows color (decimal): -9073348 or 3968373. OLE color: 3968373.
HSL color Cylindrical-coordinate representation of color #758D3C: hue angle of 77.78º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #758D3C is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 141 | 60 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.45 |
| HSL | 77.78º | 0.4% | 0.39% | - |
| HSV(B) | 77.78º | 0.57% | 0.55% | - |
| XYZ | 17.68 | 23.16 | 7.81 | - |
| YUV | 124.59 | 91.55 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 141 | 60 | 0.17 | 0 | 0.57 | 0.45 | 77.78 | 0.4 | 0.39 |
| Hex | 75 | 8D | 3C | 11 | 0 | 39 | 2D | 4E | 28 | 27 |
| Octal | 165 | 215 | 74 | 21 | 0 | 71 | 55 | 116 | 50 | 47 |
| Binary | 1110101 | 10001101 | 111100 | 10001 | 0 | 111001 | 101101 | 1001110 | 101000 | 100111 |
Color Harmonies of #758D3C
Complementary color
Monochromatic Colors of #758D3C
Black with #758D3C
Text Example
Text Example
White with #758D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758D3C; }
p { color: rgb(117,141,60); }
H1.HeaderClassName
{
color: #758D3C;
}
.AnyTagClassName
{
color: #758D3C;
}
</style>
background-color css
<style>
a { background-color: #758D3C; }
a { background-color: rgb(117,141,60); }
div.DivClassName
{
background-color: #758D3C;
}
.BgClassName
{
background-color: #758D3C;
}
</style>
border-color css
<style>
span { border-color: #758D3C; }
span { border-color: rgb(117,141,60); }
td.TdClassName
{
border-color: #758D3C;
}
.TagClassName
{
border-color: #758D3C;
}
</style>