Shades of Wasabi #909E3C
Tints of Wasabi #909E3C
RGB
CMYK
RGB Variations
Color information
#909E3C (or 0x909E3C) is known color: Wasabi. HEX triplet: 90, 9E and 3C. RGB value is (144,158,60). Sum of RGB (Red+Green+Blue) = 144+158+60=362 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.78% from 362); Green value is 158 (62.11% from 255 or 43.65% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 158 - color contains mainly: green. Hex color #909E3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #909E3C is #6F61C3. Grayscale: #8F8F8F. Windows color (decimal): -7299524 or 3972752. OLE color: 3972752.
HSL color Cylindrical-coordinate representation of color #909E3C: hue angle of 68.57º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #909E3C is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 158 | 60 | - |
| CMYK | 0.09 | 0 | 0.62 | 0.38 |
| HSL | 68.57º | 0.45% | 0.43% | - |
| HSV(B) | 68.57º | 0.62% | 0.62% | - |
| XYZ | 24.54 | 30.71 | 8.91 | - |
| YUV | 142.64 | 81.36 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 158 | 60 | 0.09 | 0 | 0.62 | 0.38 | 68.57 | 0.45 | 0.43 |
| Hex | 90 | 9E | 3C | 9 | 0 | 3E | 26 | 45 | 2D | 2B |
| Octal | 220 | 236 | 74 | 11 | 0 | 76 | 46 | 105 | 55 | 53 |
| Binary | 10010000 | 10011110 | 111100 | 1001 | 0 | 111110 | 100110 | 1000101 | 101101 | 101011 |
Color Harmonies of #909E3C
Complementary color
Monochromatic Colors of #909E3C
Black with #909E3C
Text Example
Text Example
White with #909E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909E3C; }
p { color: rgb(144,158,60); }
H1.HeaderClassName
{
color: #909E3C;
}
.AnyTagClassName
{
color: #909E3C;
}
</style>
background-color css
<style>
a { background-color: #909E3C; }
a { background-color: rgb(144,158,60); }
div.DivClassName
{
background-color: #909E3C;
}
.BgClassName
{
background-color: #909E3C;
}
</style>
border-color css
<style>
span { border-color: #909E3C; }
span { border-color: rgb(144,158,60); }
td.TdClassName
{
border-color: #909E3C;
}
.TagClassName
{
border-color: #909E3C;
}
</style>