Shades of Wasabi #97A440
Tints of Wasabi #97A440
RGB
CMYK
RGB Variations
Color information
#97A440 (or 0x97A440) is known color: Wasabi. HEX triplet: 97, A4 and 40. RGB value is (151,164,64). Sum of RGB (Red+Green+Blue) = 151+164+64=379 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.84% from 379); Green value is 164 (64.45% from 255 or 43.27% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 164 - color contains mainly: green. Hex color #97A440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A440 is #685BBF. Grayscale: #959595. Windows color (decimal): -6839232 or 4236439. OLE color: 4236439.
HSL color Cylindrical-coordinate representation of color #97A440: hue angle of 67.8º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #97A440 is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 164 | 64 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.36 |
| HSL | 67.8º | 0.44% | 0.45% | - |
| HSV(B) | 67.8º | 0.61% | 0.64% | - |
| XYZ | 26.96 | 33.5 | 9.9 | - |
| YUV | 148.71 | 80.19 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 164 | 64 | 0.08 | 0 | 0.61 | 0.36 | 67.8 | 0.44 | 0.45 |
| Hex | 97 | A4 | 40 | 8 | 0 | 3D | 24 | 44 | 2C | 2D |
| Octal | 227 | 244 | 100 | 10 | 0 | 75 | 44 | 104 | 54 | 55 |
| Binary | 10010111 | 10100100 | 1000000 | 1000 | 0 | 111101 | 100100 | 1000100 | 101100 | 101101 |
Color Harmonies of #97A440
Complementary color
Monochromatic Colors of #97A440
Black with #97A440
Text Example
Text Example
White with #97A440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A440; }
p { color: rgb(151,164,64); }
H1.HeaderClassName
{
color: #97A440;
}
.AnyTagClassName
{
color: #97A440;
}
</style>
background-color css
<style>
a { background-color: #97A440; }
a { background-color: rgb(151,164,64); }
div.DivClassName
{
background-color: #97A440;
}
.BgClassName
{
background-color: #97A440;
}
</style>
border-color css
<style>
span { border-color: #97A440; }
span { border-color: rgb(151,164,64); }
td.TdClassName
{
border-color: #97A440;
}
.TagClassName
{
border-color: #97A440;
}
</style>