Shades of Wasabi #959E3A
Tints of Wasabi #959E3A
RGB
CMYK
RGB Variations
Color information
#959E3A (or 0x959E3A) is known color: Wasabi. HEX triplet: 95, 9E and 3A. RGB value is (149,158,58). Sum of RGB (Red+Green+Blue) = 149+158+58=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 158 (62.11% from 255 or 43.29% from 365); Blue value is 58 (23.05% from 255 or 15.89% from 365); Max value from RGB is 158 - color contains mainly: green. Hex color #959E3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959E3A is #6A61C5. Grayscale: #909090. Windows color (decimal): -6971846 or 3841685. OLE color: 3841685.
HSL color Cylindrical-coordinate representation of color #959E3A: hue angle of 65.4º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #959E3A is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 158 | 58 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.38 |
| HSL | 65.4º | 0.46% | 0.42% | - |
| HSV(B) | 65.4º | 0.63% | 0.62% | - |
| XYZ | 25.39 | 31.15 | 8.68 | - |
| YUV | 143.91 | 79.52 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 158 | 58 | 0.06 | 0 | 0.63 | 0.38 | 65.4 | 0.46 | 0.42 |
| Hex | 95 | 9E | 3A | 6 | 0 | 3F | 26 | 41 | 2E | 2A |
| Octal | 225 | 236 | 72 | 6 | 0 | 77 | 46 | 101 | 56 | 52 |
| Binary | 10010101 | 10011110 | 111010 | 110 | 0 | 111111 | 100110 | 1000001 | 101110 | 101010 |
Color Harmonies of #959E3A
Complementary color
Monochromatic Colors of #959E3A
Black with #959E3A
Text Example
Text Example
White with #959E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959E3A; }
p { color: rgb(149,158,58); }
H1.HeaderClassName
{
color: #959E3A;
}
.AnyTagClassName
{
color: #959E3A;
}
</style>
background-color css
<style>
a { background-color: #959E3A; }
a { background-color: rgb(149,158,58); }
div.DivClassName
{
background-color: #959E3A;
}
.BgClassName
{
background-color: #959E3A;
}
</style>
border-color css
<style>
span { border-color: #959E3A; }
span { border-color: rgb(149,158,58); }
td.TdClassName
{
border-color: #959E3A;
}
.TagClassName
{
border-color: #959E3A;
}
</style>