Shades of Wasabi #909A3D
Tints of Wasabi #909A3D
RGB
CMYK
RGB Variations
Color information
#909A3D (or 0x909A3D) is known color: Wasabi. HEX triplet: 90, 9A and 3D. RGB value is (144,154,61). Sum of RGB (Red+Green+Blue) = 144+154+61=359 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.11% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 154 - color contains mainly: green. Hex color #909A3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #909A3D is #6F65C2. Grayscale: #8C8C8C. Windows color (decimal): -7300547 or 4037264. OLE color: 4037264.
HSL color Cylindrical-coordinate representation of color #909A3D: hue angle of 66.45º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #909A3D is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 144 | 154 | 61 | - |
| CMYK | 0.06 | 0 | 0.60 | 0.40 |
| HSL | 66.45º | 0.43% | 0.42% | - |
| HSV(B) | 66.45º | 0.6% | 0.6% | - |
| XYZ | 23.9 | 29.38 | 8.83 | - |
| YUV | 140.41 | 83.19 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 154 | 61 | 0.06 | 0 | 0.60 | 0.40 | 66.45 | 0.43 | 0.42 |
| Hex | 90 | 9A | 3D | 6 | 0 | 3C | 28 | 42 | 2B | 2A |
| Octal | 220 | 232 | 75 | 6 | 0 | 74 | 50 | 102 | 53 | 52 |
| Binary | 10010000 | 10011010 | 111101 | 110 | 0 | 111100 | 101000 | 1000010 | 101011 | 101010 |
Color Harmonies of #909A3D
Complementary color
Monochromatic Colors of #909A3D
Black with #909A3D
Text Example
Text Example
White with #909A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909A3D; }
p { color: rgb(144,154,61); }
H1.HeaderClassName
{
color: #909A3D;
}
.AnyTagClassName
{
color: #909A3D;
}
</style>
background-color css
<style>
a { background-color: #909A3D; }
a { background-color: rgb(144,154,61); }
div.DivClassName
{
background-color: #909A3D;
}
.BgClassName
{
background-color: #909A3D;
}
</style>
border-color css
<style>
span { border-color: #909A3D; }
span { border-color: rgb(144,154,61); }
td.TdClassName
{
border-color: #909A3D;
}
.TagClassName
{
border-color: #909A3D;
}
</style>