Shades of Wasabi #758C3B
Tints of Wasabi #758C3B
RGB
CMYK
RGB Variations
Color information
#758C3B (or 0x758C3B) is known color: Wasabi. HEX triplet: 75, 8C and 3B. RGB value is (117,140,59). Sum of RGB (Red+Green+Blue) = 117+140+59=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 140 (55.08% from 255 or 44.30% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 140 - color contains mainly: green. Hex color #758C3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758C3B is #8A73C4. Grayscale: #7C7C7C. Windows color (decimal): -9073605 or 3902581. OLE color: 3902581.
HSL color Cylindrical-coordinate representation of color #758C3B: hue angle of 77.04º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #758C3B is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 140 | 59 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.45 |
| HSL | 77.04º | 0.41% | 0.39% | - |
| HSV(B) | 77.04º | 0.58% | 0.55% | - |
| XYZ | 17.5 | 22.85 | 7.63 | - |
| YUV | 123.89 | 91.38 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 140 | 59 | 0.16 | 0 | 0.58 | 0.45 | 77.04 | 0.41 | 0.39 |
| Hex | 75 | 8C | 3B | 10 | 0 | 3A | 2D | 4D | 29 | 27 |
| Octal | 165 | 214 | 73 | 20 | 0 | 72 | 55 | 115 | 51 | 47 |
| Binary | 1110101 | 10001100 | 111011 | 10000 | 0 | 111010 | 101101 | 1001101 | 101001 | 100111 |
Color Harmonies of #758C3B
Complementary color
Monochromatic Colors of #758C3B
Black with #758C3B
Text Example
Text Example
White with #758C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758C3B; }
p { color: rgb(117,140,59); }
H1.HeaderClassName
{
color: #758C3B;
}
.AnyTagClassName
{
color: #758C3B;
}
</style>
background-color css
<style>
a { background-color: #758C3B; }
a { background-color: rgb(117,140,59); }
div.DivClassName
{
background-color: #758C3B;
}
.BgClassName
{
background-color: #758C3B;
}
</style>
border-color css
<style>
span { border-color: #758C3B; }
span { border-color: rgb(117,140,59); }
td.TdClassName
{
border-color: #758C3B;
}
.TagClassName
{
border-color: #758C3B;
}
</style>