Shades of Wasabi #909D45
Tints of Wasabi #909D45
RGB
CMYK
RGB Variations
Color information
#909D45 (or 0x909D45) is known color: Wasabi. HEX triplet: 90, 9D and 45. RGB value is (144,157,69). Sum of RGB (Red+Green+Blue) = 144+157+69=370 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.92% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 69 (27.34% from 255 or 18.65% from 370); Max value from RGB is 157 - color contains mainly: green. Hex color #909D45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #909D45 is #6F62BA. Grayscale: #8F8F8F. Windows color (decimal): -7299771 or 4562320. OLE color: 4562320.
HSL color Cylindrical-coordinate representation of color #909D45: hue angle of 68.86º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #909D45 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 157 | 69 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.38 |
| HSL | 68.86º | 0.39% | 0.44% | - |
| HSV(B) | 68.86º | 0.56% | 0.62% | - |
| XYZ | 24.63 | 30.47 | 10.21 | - |
| YUV | 143.08 | 86.19 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 157 | 69 | 0.08 | 0 | 0.56 | 0.38 | 68.86 | 0.39 | 0.44 |
| Hex | 90 | 9D | 45 | 8 | 0 | 38 | 26 | 45 | 27 | 2C |
| Octal | 220 | 235 | 105 | 10 | 0 | 70 | 46 | 105 | 47 | 54 |
| Binary | 10010000 | 10011101 | 1000101 | 1000 | 0 | 111000 | 100110 | 1000101 | 100111 | 101100 |
Color Harmonies of #909D45
Complementary color
Monochromatic Colors of #909D45
Black with #909D45
Text Example
Text Example
White with #909D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909D45; }
p { color: rgb(144,157,69); }
H1.HeaderClassName
{
color: #909D45;
}
.AnyTagClassName
{
color: #909D45;
}
</style>
background-color css
<style>
a { background-color: #909D45; }
a { background-color: rgb(144,157,69); }
div.DivClassName
{
background-color: #909D45;
}
.BgClassName
{
background-color: #909D45;
}
</style>
border-color css
<style>
span { border-color: #909D45; }
span { border-color: rgb(144,157,69); }
td.TdClassName
{
border-color: #909D45;
}
.TagClassName
{
border-color: #909D45;
}
</style>