Shades of Wasabi #758C33
Tints of Wasabi #758C33
RGB
CMYK
RGB Variations
Color information
#758C33 (or 0x758C33) is known color: Wasabi. HEX triplet: 75, 8C and 33. RGB value is (117,140,51). Sum of RGB (Red+Green+Blue) = 117+140+51=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 140 (55.08% from 255 or 45.45% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 140 - color contains mainly: green. Hex color #758C33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758C33 is #8A73CC. Grayscale: #7B7B7B. Windows color (decimal): -9073613 or 3378293. OLE color: 3378293.
HSL color Cylindrical-coordinate representation of color #758C33: hue angle of 75.51º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #758C33 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 140 | 51 | - |
| CMYK | 0.16 | 0 | 0.64 | 0.45 |
| HSL | 75.51º | 0.47% | 0.37% | - |
| HSV(B) | 75.51º | 0.64% | 0.55% | - |
| XYZ | 17.31 | 22.78 | 6.62 | - |
| YUV | 122.98 | 87.38 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 140 | 51 | 0.16 | 0 | 0.64 | 0.45 | 75.51 | 0.47 | 0.37 |
| Hex | 75 | 8C | 33 | 10 | 0 | 40 | 2D | 4C | 2F | 25 |
| Octal | 165 | 214 | 63 | 20 | 0 | 100 | 55 | 114 | 57 | 45 |
| Binary | 1110101 | 10001100 | 110011 | 10000 | 0 | 1000000 | 101101 | 1001100 | 101111 | 100101 |
Color Harmonies of #758C33
Complementary color
Monochromatic Colors of #758C33
Black with #758C33
Text Example
Text Example
White with #758C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758C33; }
p { color: rgb(117,140,51); }
H1.HeaderClassName
{
color: #758C33;
}
.AnyTagClassName
{
color: #758C33;
}
</style>
background-color css
<style>
a { background-color: #758C33; }
a { background-color: rgb(117,140,51); }
div.DivClassName
{
background-color: #758C33;
}
.BgClassName
{
background-color: #758C33;
}
</style>
border-color css
<style>
span { border-color: #758C33; }
span { border-color: rgb(117,140,51); }
td.TdClassName
{
border-color: #758C33;
}
.TagClassName
{
border-color: #758C33;
}
</style>