Shades of Wasabi #939F46
Tints of Wasabi #939F46
RGB
CMYK
RGB Variations
Color information
#939F46 (or 0x939F46) is known color: Wasabi. HEX triplet: 93, 9F and 46. RGB value is (147,159,70). Sum of RGB (Red+Green+Blue) = 147+159+70=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 159 - color contains mainly: green. Hex color #939F46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #939F46 is #6C60B9. Grayscale: #919191. Windows color (decimal): -7102650 or 4628371. OLE color: 4628371.
HSL color Cylindrical-coordinate representation of color #939F46: hue angle of 68.09º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #939F46 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 159 | 70 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.38 |
| HSL | 68.09º | 0.39% | 0.45% | - |
| HSV(B) | 68.09º | 0.56% | 0.62% | - |
| XYZ | 25.54 | 31.44 | 10.52 | - |
| YUV | 145.27 | 85.52 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 159 | 70 | 0.08 | 0 | 0.56 | 0.38 | 68.09 | 0.39 | 0.45 |
| Hex | 93 | 9F | 46 | 8 | 0 | 38 | 26 | 44 | 27 | 2D |
| Octal | 223 | 237 | 106 | 10 | 0 | 70 | 46 | 104 | 47 | 55 |
| Binary | 10010011 | 10011111 | 1000110 | 1000 | 0 | 111000 | 100110 | 1000100 | 100111 | 101101 |
Color Harmonies of #939F46
Complementary color
Monochromatic Colors of #939F46
Black with #939F46
Text Example
Text Example
White with #939F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939F46; }
p { color: rgb(147,159,70); }
H1.HeaderClassName
{
color: #939F46;
}
.AnyTagClassName
{
color: #939F46;
}
</style>
background-color css
<style>
a { background-color: #939F46; }
a { background-color: rgb(147,159,70); }
div.DivClassName
{
background-color: #939F46;
}
.BgClassName
{
background-color: #939F46;
}
</style>
border-color css
<style>
span { border-color: #939F46; }
span { border-color: rgb(147,159,70); }
td.TdClassName
{
border-color: #939F46;
}
.TagClassName
{
border-color: #939F46;
}
</style>