Shades of Wasabi #939F44
Tints of Wasabi #939F44
RGB
CMYK
RGB Variations
Color information
#939F44 (or 0x939F44) is known color: Wasabi. HEX triplet: 93, 9F and 44. RGB value is (147,159,68). Sum of RGB (Red+Green+Blue) = 147+159+68=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 159 (62.5% from 255 or 42.51% from 374); Blue value is 68 (26.95% from 255 or 18.18% from 374); Max value from RGB is 159 - color contains mainly: green. Hex color #939F44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #939F44 is #6C60BB. Grayscale: #919191. Windows color (decimal): -7102652 or 4497299. OLE color: 4497299.
HSL color Cylindrical-coordinate representation of color #939F44: hue angle of 67.91º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #939F44 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 159 | 68 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.38 |
| HSL | 67.91º | 0.4% | 0.45% | - |
| HSV(B) | 67.91º | 0.57% | 0.62% | - |
| XYZ | 25.47 | 31.42 | 10.19 | - |
| YUV | 145.04 | 84.52 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 159 | 68 | 0.08 | 0 | 0.57 | 0.38 | 67.91 | 0.4 | 0.45 |
| Hex | 93 | 9F | 44 | 8 | 0 | 39 | 26 | 44 | 28 | 2D |
| Octal | 223 | 237 | 104 | 10 | 0 | 71 | 46 | 104 | 50 | 55 |
| Binary | 10010011 | 10011111 | 1000100 | 1000 | 0 | 111001 | 100110 | 1000100 | 101000 | 101101 |
Color Harmonies of #939F44
Complementary color
Monochromatic Colors of #939F44
Black with #939F44
Text Example
Text Example
White with #939F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939F44; }
p { color: rgb(147,159,68); }
H1.HeaderClassName
{
color: #939F44;
}
.AnyTagClassName
{
color: #939F44;
}
</style>
background-color css
<style>
a { background-color: #939F44; }
a { background-color: rgb(147,159,68); }
div.DivClassName
{
background-color: #939F44;
}
.BgClassName
{
background-color: #939F44;
}
</style>
border-color css
<style>
span { border-color: #939F44; }
span { border-color: rgb(147,159,68); }
td.TdClassName
{
border-color: #939F44;
}
.TagClassName
{
border-color: #939F44;
}
</style>